Color Hex Logo

#030efd Color Hex

#030EFD
(3,14,253)
0 Favorites   0 Comments

Color spaces of #030efd

RGB 314253
HSL0.660.980.50
HSV237°99°99°
CMYK 0.990.940.00   0.01
XYZ17.92427.425393.4170
Yxy7.42530.15090.0625
Hunter Lab27.249469.7278-184.1847
CIE-Lab32.756176.5725-105.9807

#030efd color RGB value is (3,14,253).

#030efd hex color red value is 3, green value is 14 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #030efd hue: 0.66 , saturation: 0.98 and the lightness value of 030efd is 0.50.

The process color (four color CMYK) of #030efd color hex is 0.99, 0.94, 0.00, 0.01. Web safe color of #030efd is #0000ff. Color #030efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00001110 11111101
Octal 3 16 375
Decimal 3 14 253
Hex 3 E FD

RGB Percentages of Color #030efd

%1.11
%5.19
%93.70

CMYK Percentages of Color #030efd

%99
%94
%0
%1

Triadic Colors of #030efd

#030efd #fd030e #0efd03

Analogous Colors of #030efd

#030efd #7503fd #038bfd

Monochromatic Colors of #030efd

#030efd

Complementary Color

#030efd #fdf203

#030efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#030efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#030efd Color CSS Codes

.mybgcolor {background-color:#030efd; } 
.myforecolor {color:#030efd; }
.mybordercolor {border:3px solid #030efd; }

#030efd Text Font Color

<p style="color:#030efd">Text here</p>

This sample text font color is #030efd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#030efd Background Color

<div style="background-color:#030efd">
Div content here</div>

This div background color is #030efd


#030efd Border Color

<div style="border:3px solid #030efd">
Div here</div>

This div border color is #030efd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,14,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #030efd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #030efd;
  -webkit-box-shadow: 1px 1px 3px 2px #030efd;
  box-shadow:         1px 1px 3px 2px #030efd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,14,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #030efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #030efd;
  -webkit-box-shadow: 1px 1px 3px 2px #030efd;
  box-shadow:         1px 1px 3px 2px #030efd;">
Div content here</div>

This div box has shadow with color #030efd

Related Colors


Comments

No comments written yet.

Please login to write comment.