Html Css Color HEX #027FDE Navy Blue

📋 copy color: '#027FDE'

red 2 ◦ green 127 ◦ blue 222

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

Shades of Navy Blue #027FDE

Tints of Navy Blue #027FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.25%

R = 0.57%
G = 36.18%
B = 63.25%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#027FDE (or 0x027FDE) is known color: Navy Blue. HEX triplet: 02, 7F and DE. RGB value is (2,127,222). Sum of RGB (Red+Green+Blue) = 2+127+222=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #027FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027FDE is #FD8021. Grayscale: #636363. Windows color (decimal): -16613410 or 14581506. OLE color: 14581506.

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

Color convert

RGB 2 127 222 -
CMYK 0.99 0.43 0 0.13
HSL 205.91º 0.98% 0.44% -
HSV(B) 205.91º 0.99% 0.87% -
XYZ 20.8 20.47 71.96 -
YUV 100.46 196.59 57.78 -
System Red Green Blue C M Y K H S L
Decimal 2 127 222 0.99 0.43 0 0.13 205.91 0.98 0.44
Hex 2 7F DE 63 2B 0 D CE 62 2C
Octal 2 177 336 143 53 0 15 316 142 54
Binary 10 1111111 11011110 1100011 101011 0 1101 11001110 1100010 101100

Color Harmonies of #027FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027FDE

Black with #027FDE

Text Example


Text Example

White with #027FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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