Html Css Color HEX #027FD8 Navy Blue

📋 copy color: '#027FD8'

red 2 ◦ green 127 ◦ blue 216

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

Shades of Navy Blue #027FD8

Tints of Navy Blue #027FD8

RGB

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

 GREEN value IS 127 (50% from 255) = 36.81%

 BLUE value IS 216 (84.77% from 255) = 62.61%

R = 0.58%
G = 36.81%
B = 62.61%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#027FD8 (or 0x027FD8) is known color: Navy Blue. HEX triplet: 02, 7F and D8. RGB value is (2,127,216). Sum of RGB (Red+Green+Blue) = 2+127+216=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 216 (84.77% from 255 or 62.61% from 345); Max value from RGB is 216 - color contains mainly: blue. Hex color #027FD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027FD8 is #FD8027. Grayscale: #636363. Windows color (decimal): -16613416 or 14188290. OLE color: 14188290.

HSL color Cylindrical-coordinate representation of color #027FD8: hue angle of 204.95º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027FD8 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 127 216 -
CMYK 0.99 0.41 0 0.15
HSL 204.95º 0.98% 0.43% -
HSV(B) 204.95º 0.99% 0.85% -
XYZ 20.01 20.15 67.8 -
YUV 99.77 193.59 58.26 -
System Red Green Blue C M Y K H S L
Decimal 2 127 216 0.99 0.41 0 0.15 204.95 0.98 0.43
Hex 2 7F D8 63 29 0 F CD 62 2B
Octal 2 177 330 143 51 0 17 315 142 53
Binary 10 1111111 11011000 1100011 101001 0 1111 11001101 1100010 101011

Color Harmonies of #027FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027FD8

Black with #027FD8

Text Example


Text Example

White with #027FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,127,216); }

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

background-color css

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

 a { background-color: rgb(2,127,216); }

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

border-color css

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

 span { border-color: rgb(2,127,216); }

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