Shades of Dodger Blue #0577FC
Tints of Dodger Blue #0577FC
RGB
CMYK
RGB Variations
Color information
#0577FC (or 0x0577FC) is known color: 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
| RGB | 5 | 119 | 252 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.01 |
| HSL | 212.31º | 0.98% | 0.5% | - |
| HSV(B) | 212.31º | 0.98% | 0.99% | - |
| XYZ | 24.23 | 20.25 | 94.73 | - |
| YUV | 100.08 | 213.73 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 252 | 0.98 | 0.53 | 0 | 0.01 | 212.31 | 0.98 | 0.5 |
| Hex | 5 | 77 | FC | 62 | 35 | 0 | 1 | D4 | 62 | 32 |
| Octal | 5 | 167 | 374 | 142 | 65 | 0 | 1 | 324 | 142 | 62 |
| Binary | 101 | 1110111 | 11111100 | 1100010 | 110101 | 0 | 1 | 11010100 | 1100010 | 110010 |
Color Harmonies of #0577FC
Complementary color
Monochromatic Colors of #0577FC
Black with #0577FC
Text Example
Text Example
White with #0577FC
Text Example
Text Example
HTML Codes & Css Web 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>