#0577FC

Color #0577FC Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0577FC

Tints of Dodger Blue #0577FC

Color information

#0577FC (or 0x0577FC) is unknown color: approx Dodger Blue. HEX triplet: 05, 77 and FC. RGB value is (5,119,252). Sum of RGB (Red+Green+Blue) = 5+119+252=376 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #0577FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0577FC is #FA8803. Grayscale: #636363. Windows color (decimal): -16418820 or 16545541. OLE color: 16545541.

HSL color Cylindrical-coordinate representation of color #0577FC: hue angle of 212.31º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0577FC is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5119252-
CMYK0.980.5300.01
HSL212.31º97.63%50.39%-
HSV(B)212.31º98.02%98.82%-
XYZ24.2320.2594.73-
YUV100.08213.7360.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.33%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 252 (98.83% from 255) = 67.02%
R=1.33%
G=31.65%
B=67.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal51192520.980.5300.01212.3197.6350.39
Hex577FC623501d46232
Octal5167374142650132414262
Binary101111011111111100110001011010101110101001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0577FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0577FC; }

 p { color: rgb(5,119,252); }

 H1.HeaderClassName
 {
   color: #0577FC;
 }
 .AnyTagClassName
 {
   color: #0577FC;
 }
</style>
background-color css

<style>
 a { background-color: #0577FC; }

 a { background-color: rgb(5,119,252); }

 div.DivClassName
 {
   background-color: #0577FC;
 }
 .BgClassName
 {
   background-color: #0577FC;
 }
</style>
border-color css

<style>
 span { border-color: #0577FC; }

 span { border-color: rgb(5,119,252); }

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