Shades of Dodger Blue #0578FB
Tints of Dodger Blue #0578FB
RGB
CMYK
RGB Variations
Color information
#0578FB (or 0x0578FB) is known color: Dodger Blue. HEX triplet: 05, 78 and FB. RGB value is (5,120,251). Sum of RGB (Red+Green+Blue) = 5+120+251=376 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #0578FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0578FB is #FA8704. Grayscale: #636363. Windows color (decimal): -16418565 or 16480261. OLE color: 16480261.
HSL color Cylindrical-coordinate representation of color #0578FB: hue angle of 211.95º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0578FB is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 120 | 251 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.02 |
| HSL | 211.95º | 0.97% | 0.5% | - |
| HSV(B) | 211.95º | 0.98% | 0.98% | - |
| XYZ | 24.19 | 20.43 | 93.94 | - |
| YUV | 100.55 | 212.9 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 120 | 251 | 0.98 | 0.52 | 0 | 0.02 | 211.95 | 0.97 | 0.5 |
| Hex | 5 | 78 | FB | 62 | 34 | 0 | 2 | D4 | 61 | 32 |
| Octal | 5 | 170 | 373 | 142 | 64 | 0 | 2 | 324 | 141 | 62 |
| Binary | 101 | 1111000 | 11111011 | 1100010 | 110100 | 0 | 10 | 11010100 | 1100001 | 110010 |
Color Harmonies of #0578FB
Complementary color
Monochromatic Colors of #0578FB
Black with #0578FB
Text Example
Text Example
White with #0578FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0578FB; }
p { color: rgb(5,120,251); }
H1.HeaderClassName
{
color: #0578FB;
}
.AnyTagClassName
{
color: #0578FB;
}
</style>
background-color css
<style>
a { background-color: #0578FB; }
a { background-color: rgb(5,120,251); }
div.DivClassName
{
background-color: #0578FB;
}
.BgClassName
{
background-color: #0578FB;
}
</style>
border-color css
<style>
span { border-color: #0578FB; }
span { border-color: rgb(5,120,251); }
td.TdClassName
{
border-color: #0578FB;
}
.TagClassName
{
border-color: #0578FB;
}
</style>