Html Css Color HEX #057DDF Navy Blue

📋 copy color: '#057DDF'

red 5 ◦ green 125 ◦ blue 223

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

Shades of Navy Blue #057DDF

Tints of Navy Blue #057DDF

RGB

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

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

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

R = 1.42%
G = 35.41%
B = 63.17%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#057DDF (or 0x057DDF) is known color: Navy Blue. HEX triplet: 05, 7D and DF. RGB value is (5,125,223). Sum of RGB (Red+Green+Blue) = 5+125+223=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #057DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DDF is #FA8220. Grayscale: #636363. Windows color (decimal): -16417313 or 14646533. OLE color: 14646533.

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

Color convert

RGB 5 125 223 -
CMYK 0.98 0.44 0 0.13
HSL 206.97º 0.96% 0.45% -
HSV(B) 206.97º 0.98% 0.87% -
XYZ 20.72 20.03 72.59 -
YUV 100.29 197.24 60.03 -
System Red Green Blue C M Y K H S L
Decimal 5 125 223 0.98 0.44 0 0.13 206.97 0.96 0.45
Hex 5 7D DF 62 2C 0 D CF 60 2D
Octal 5 175 337 142 54 0 15 317 140 55
Binary 101 1111101 11011111 1100010 101100 0 1101 11001111 1100000 101101

Color Harmonies of #057DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057DDF

Black with #057DDF

Text Example


Text Example

White with #057DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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