Color Hex Logo

#0062ff Color Hex

#0062FF
(0,98,255)
0 Favorites   0 Comments

Color spaces of #0062ff

RGB 098255
HSL0.601.000.50
HSV217°100°100°
CMYK 1.000.620.00   0.00
XYZ22.417715.955496.5059
Yxy15.95540.16620.1183
Hunter Lab39.944230.2763-115.2847
CIE-Lab46.915937.7365-83.6393

#0062ff color RGB value is (0,98,255).

#0062ff hex color red value is 0, green value is 98 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0062ff hue: 0.60 , saturation: 1.00 and the lightness value of 0062ff is 0.50.

The process color (four color CMYK) of #0062ff color hex is 1.00, 0.62, 0.00, 0.00. Web safe color of #0062ff is #0066ff. Color #0062ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100010 11111111
Octal 0 142 377
Decimal 0 98 255
Hex 0 62 FF

RGB Percentages of Color #0062ff

%0.00
%27.76
%72.24

CMYK Percentages of Color #0062ff

%100
%62
%0
%0

Triadic Colors of #0062ff

#0062ff #ff0062 #62ff00

Analogous Colors of #0062ff

#0062ff #1d00ff #00e2ff

Monochromatic Colors of #0062ff

#0062ff

Complementary Color

#0062ff #ff9d00

#0062ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0062ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0062ff Color CSS Codes

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

#0062ff Text Font Color

<p style="color:#0062ff">Text here</p>

This sample text font color is #0062ff
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.


#0062ff Background Color

<div style="background-color:#0062ff">
Div content here</div>

This div background color is #0062ff


#0062ff Border Color

<div style="border:3px solid #0062ff">
Div here</div>

This div border color is #0062ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,98,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0062ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0062ff;
  -webkit-box-shadow: 1px 1px 3px 2px #0062ff;
  box-shadow:         1px 1px 3px 2px #0062ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,98,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0062ff

Related Colors


Comments

No comments written yet.

Please login to write comment.