Html Css Color HEX #027EDD Navy Blue

📋 copy color: '#027EDD'

red 2 ◦ green 126 ◦ blue 221

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

Shades of Navy Blue #027EDD

Tints of Navy Blue #027EDD

RGB

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

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

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

R = 0.57%
G = 36.1%
B = 63.32%

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

#027EDD (or 0x027EDD) is known color: Navy Blue. HEX triplet: 02, 7E and DD. RGB value is (2,126,221). Sum of RGB (Red+Green+Blue) = 2+126+221=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #027EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027EDD is #FD8122. Grayscale: #636363. Windows color (decimal): -16613667 or 14515714. OLE color: 14515714.

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

Color convert

RGB 2 126 221 -
CMYK 0.99 0.43 0 0.13
HSL 206.03º 0.98% 0.44% -
HSV(B) 206.03º 0.99% 0.87% -
XYZ 20.54 20.16 71.21 -
YUV 99.75 196.42 58.28 -
System Red Green Blue C M Y K H S L
Decimal 2 126 221 0.99 0.43 0 0.13 206.03 0.98 0.44
Hex 2 7E DD 63 2B 0 D CE 62 2C
Octal 2 176 335 143 53 0 15 316 142 54
Binary 10 1111110 11011101 1100011 101011 0 1101 11001110 1100010 101100

Color Harmonies of #027EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027EDD

Black with #027EDD

Text Example


Text Example

White with #027EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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