Html Css Color HEX #057FDF Navy Blue

📋 copy color: '#057FDF'

red 5 ◦ green 127 ◦ blue 223

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

Shades of Navy Blue #057FDF

Tints of Navy Blue #057FDF

RGB

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

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

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

R = 1.41%
G = 35.77%
B = 62.82%

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

#057FDF (or 0x057FDF) is known color: Navy Blue. HEX triplet: 05, 7F and DF. RGB value is (5,127,223). Sum of RGB (Red+Green+Blue) = 5+127+223=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #057FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057FDF is #FA8020. Grayscale: #646464. Windows color (decimal): -16416801 or 14647045. OLE color: 14647045.

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

Color convert

RGB 5 127 223 -
CMYK 0.98 0.43 0 0.13
HSL 206.42º 0.96% 0.45% -
HSV(B) 206.42º 0.98% 0.87% -
XYZ 20.97 20.54 72.67 -
YUV 101.47 196.58 59.19 -
System Red Green Blue C M Y K H S L
Decimal 5 127 223 0.98 0.43 0 0.13 206.42 0.96 0.45
Hex 5 7F DF 62 2B 0 D CE 60 2D
Octal 5 177 337 142 53 0 15 316 140 55
Binary 101 1111111 11011111 1100010 101011 0 1101 11001110 1100000 101101

Color Harmonies of #057FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057FDF

Black with #057FDF

Text Example


Text Example

White with #057FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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