Html Css Color HEX #027FDD Navy Blue

📋 copy color: '#027FDD'

red 2 ◦ green 127 ◦ blue 221

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

Shades of Navy Blue #027FDD

Tints of Navy Blue #027FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 0.57%
G = 36.29%
B = 63.14%

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

#027FDD (or 0x027FDD) is known color: Navy Blue. HEX triplet: 02, 7F and DD. RGB value is (2,127,221). Sum of RGB (Red+Green+Blue) = 2+127+221=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #027FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027FDD is #FD8022. Grayscale: #636363. Windows color (decimal): -16613411 or 14515970. OLE color: 14515970.

HSL color Cylindrical-coordinate representation of color #027FDD: hue angle of 205.75º 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 #027FDD is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 127 221 -
CMYK 0.99 0.43 0 0.13
HSL 205.75º 0.98% 0.44% -
HSV(B) 205.75º 0.99% 0.87% -
XYZ 20.67 20.41 71.26 -
YUV 100.34 196.09 57.86 -
System Red Green Blue C M Y K H S L
Decimal 2 127 221 0.99 0.43 0 0.13 205.75 0.98 0.44
Hex 2 7F DD 63 2B 0 D CE 62 2C
Octal 2 177 335 143 53 0 15 316 142 54
Binary 10 1111111 11011101 1100011 101011 0 1101 11001110 1100010 101100

Color Harmonies of #027FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027FDD

Black with #027FDD

Text Example


Text Example

White with #027FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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