Html Css Color HEX #027DD2 Navy Blue

📋 copy color: '#027DD2'

red 2 ◦ green 125 ◦ blue 210

#027DD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #027DD2

Tints of Navy Blue #027DD2

RGB

 RED value IS 2 (1.17% from 255) = 0.59%

 GREEN value IS 125 (49.22% from 255) = 37.09%

 BLUE value IS 210 (82.42% from 255) = 62.31%

R = 0.59%
G = 37.09%
B = 62.31%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#027DD2 (or 0x027DD2) is known color: Navy Blue. HEX triplet: 02, 7D and D2. RGB value is (2,125,210). Sum of RGB (Red+Green+Blue) = 2+125+210=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 210 (82.42% from 255 or 62.31% from 337); Max value from RGB is 210 - color contains mainly: blue. Hex color #027DD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DD2 is #FD822D. Grayscale: #616161. Windows color (decimal): -16613934 or 13794562. OLE color: 13794562.

HSL color Cylindrical-coordinate representation of color #027DD2: hue angle of 204.52º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027DD2 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 125 210 -
CMYK 0.99 0.40 0 0.18
HSL 204.52º 0.98% 0.42% -
HSV(B) 204.52º 0.99% 0.82% -
XYZ 18.99 19.33 63.7 -
YUV 97.91 191.25 59.59 -
System Red Green Blue C M Y K H S L
Decimal 2 125 210 0.99 0.40 0 0.18 204.52 0.98 0.42
Hex 2 7D D2 63 28 0 12 CD 62 2A
Octal 2 175 322 143 50 0 22 315 142 52
Binary 10 1111101 11010010 1100011 101000 0 10010 11001101 1100010 101010

Color Harmonies of #027DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027DD2

Black with #027DD2

Text Example


Text Example

White with #027DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027DD2; }

 p { color: rgb(2,125,210); }

 H1.HeaderClassName
 {
   color: #027DD2;
 }
 .AnyTagClassName
 {
   color: #027DD2;
 }
</style>

background-color css

<style>
 a { background-color: #027DD2; }

 a { background-color: rgb(2,125,210); }

 div.DivClassName
 {
   background-color: #027DD2;
 }
 .BgClassName
 {
   background-color: #027DD2;
 }
</style>

border-color css

<style>
 span { border-color: #027DD2; }

 span { border-color: rgb(2,125,210); }

 td.TdClassName
 {
   border-color: #027DD2;
 }
 .TagClassName
 {
   border-color: #027DD2;
 }
</style>