Html Css Color HEX #027DDD Navy Blue

📋 copy color: '#027DDD'

red 2 ◦ green 125 ◦ blue 221

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

Shades of Navy Blue #027DDD

Tints of Navy Blue #027DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.92%

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

R = 0.57%
G = 35.92%
B = 63.51%

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

#027DDD (or 0x027DDD) is known color: Navy Blue. HEX triplet: 02, 7D and DD. RGB value is (2,125,221). Sum of RGB (Red+Green+Blue) = 2+125+221=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #027DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DDD is #FD8222. Grayscale: #626262. Windows color (decimal): -16613923 or 14515458. OLE color: 14515458.

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

Color convert

RGB 2 125 221 -
CMYK 0.99 0.43 0 0.13
HSL 206.3º 0.98% 0.44% -
HSV(B) 206.3º 0.99% 0.87% -
XYZ 20.41 19.9 71.17 -
YUV 99.17 196.75 58.69 -
System Red Green Blue C M Y K H S L
Decimal 2 125 221 0.99 0.43 0 0.13 206.3 0.98 0.44
Hex 2 7D DD 63 2B 0 D CE 62 2C
Octal 2 175 335 143 53 0 15 316 142 54
Binary 10 1111101 11011101 1100011 101011 0 1101 11001110 1100010 101100

Color Harmonies of #027DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027DDD

Black with #027DDD

Text Example


Text Example

White with #027DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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