Shades of Dodger Blue #0576FF
Tints of Dodger Blue #0576FF
RGB
CMYK
RGB Variations
Color information
#0576FF (or 0x0576FF) is known color: Dodger Blue. HEX triplet: 05, 76 and FF. RGB value is (5,118,255). Sum of RGB (Red+Green+Blue) = 5+118+255=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #0576FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0576FF is #FA8900. Grayscale: #636363. Windows color (decimal): -16419073 or 16741893. OLE color: 16741893.
HSL color Cylindrical-coordinate representation of color #0576FF: hue angle of 212.88º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0576FF is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 118 | 255 | - |
| CMYK | 0.98 | 0.54 | 0 | 0 |
| HSL | 212.88º | 1% | 0.51% | - |
| HSV(B) | 212.88º | 0.98% | 1% | - |
| XYZ | 24.59 | 20.21 | 97.21 | - |
| YUV | 99.83 | 215.56 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 255 | 0.98 | 0.54 | 0 | 0 | 212.88 | 1 | 0.51 |
| Hex | 5 | 76 | FF | 62 | 36 | 0 | 0 | D5 | 64 | 33 |
| Octal | 5 | 166 | 377 | 142 | 66 | 0 | 0 | 325 | 144 | 63 |
| Binary | 101 | 1110110 | 11111111 | 1100010 | 110110 | 0 | 0 | 11010101 | 1100100 | 110011 |
Color Harmonies of #0576FF
Complementary color
Monochromatic Colors of #0576FF
Black with #0576FF
Text Example
Text Example
White with #0576FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0576FF; }
p { color: rgb(5,118,255); }
H1.HeaderClassName
{
color: #0576FF;
}
.AnyTagClassName
{
color: #0576FF;
}
</style>
background-color css
<style>
a { background-color: #0576FF; }
a { background-color: rgb(5,118,255); }
div.DivClassName
{
background-color: #0576FF;
}
.BgClassName
{
background-color: #0576FF;
}
</style>
border-color css
<style>
span { border-color: #0576FF; }
span { border-color: rgb(5,118,255); }
td.TdClassName
{
border-color: #0576FF;
}
.TagClassName
{
border-color: #0576FF;
}
</style>