Html Css Color HEX #057FDE Navy Blue

📋 copy color: '#057FDE'

red 5 ◦ green 127 ◦ blue 222

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

Shades of Navy Blue #057FDE

Tints of Navy Blue #057FDE

RGB

 RED value IS 5 (2.34% from 255) = 1.41%

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

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

R = 1.41%
G = 35.88%
B = 62.71%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#057FDE (or 0x057FDE) is known color: Navy Blue. HEX triplet: 05, 7F and DE. RGB value is (5,127,222). Sum of RGB (Red+Green+Blue) = 5+127+222=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #057FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057FDE is #FA8021. Grayscale: #646464. Windows color (decimal): -16416802 or 14581509. OLE color: 14581509.

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

Color convert

RGB 5 127 222 -
CMYK 0.98 0.43 0 0.13
HSL 206.27º 0.96% 0.45% -
HSV(B) 206.27º 0.98% 0.87% -
XYZ 20.84 20.48 71.96 -
YUV 101.35 196.08 59.28 -
System Red Green Blue C M Y K H S L
Decimal 5 127 222 0.98 0.43 0 0.13 206.27 0.96 0.45
Hex 5 7F DE 62 2B 0 D CE 60 2D
Octal 5 177 336 142 53 0 15 316 140 55
Binary 101 1111111 11011110 1100010 101011 0 1101 11001110 1100000 101101

Color Harmonies of #057FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057FDE

Black with #057FDE

Text Example


Text Example

White with #057FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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