Html Css Color HEX #027EDF Navy Blue

📋 copy color: '#027EDF'

red 2 ◦ green 126 ◦ blue 223

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

Shades of Navy Blue #027EDF

Tints of Navy Blue #027EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.9%

 BLUE value IS 223 (87.5% from 255) = 63.53%

R = 0.57%
G = 35.9%
B = 63.53%

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

#027EDF (or 0x027EDF) is known color: Navy Blue. HEX triplet: 02, 7E and DF. RGB value is (2,126,223). Sum of RGB (Red+Green+Blue) = 2+126+223=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #027EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027EDF is #FD8120. Grayscale: #636363. Windows color (decimal): -16613665 or 14646786. OLE color: 14646786.

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

Color convert

RGB 2 126 223 -
CMYK 0.99 0.43 0 0.13
HSL 206.33º 0.98% 0.44% -
HSV(B) 206.33º 0.99% 0.87% -
XYZ 20.81 20.26 72.63 -
YUV 99.98 197.42 58.11 -
System Red Green Blue C M Y K H S L
Decimal 2 126 223 0.99 0.43 0 0.13 206.33 0.98 0.44
Hex 2 7E DF 63 2B 0 D CE 62 2C
Octal 2 176 337 143 53 0 15 316 142 54
Binary 10 1111110 11011111 1100011 101011 0 1101 11001110 1100010 101100

Color Harmonies of #027EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027EDF

Black with #027EDF

Text Example


Text Example

White with #027EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,126,223); }

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

background-color css

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

 a { background-color: rgb(2,126,223); }

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

border-color css

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

 span { border-color: rgb(2,126,223); }

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