Shades of Dodger Blue #0580FD
Tints of Dodger Blue #0580FD
RGB
CMYK
RGB Variations
Color information
#0580FD (or 0x0580FD) is known color: Dodger Blue. HEX triplet: 05, 80 and FD. RGB value is (5,128,253). Sum of RGB (Red+Green+Blue) = 5+128+253=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #0580FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0580FD is #FA7F02. Grayscale: #686868. Windows color (decimal): -16416515 or 16613381. OLE color: 16613381.
HSL color Cylindrical-coordinate representation of color #0580FD: hue angle of 210.24º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0580FD is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 128 | 253 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.01 |
| HSL | 210.24º | 0.98% | 0.51% | - |
| HSV(B) | 210.24º | 0.98% | 0.99% | - |
| XYZ | 25.51 | 22.56 | 95.94 | - |
| YUV | 105.47 | 211.25 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 253 | 0.98 | 0.49 | 0 | 0.01 | 210.24 | 0.98 | 0.51 |
| Hex | 5 | 80 | FD | 62 | 31 | 0 | 1 | D2 | 62 | 33 |
| Octal | 5 | 200 | 375 | 142 | 61 | 0 | 1 | 322 | 142 | 63 |
| Binary | 101 | 10000000 | 11111101 | 1100010 | 110001 | 0 | 1 | 11010010 | 1100010 | 110011 |
Color Harmonies of #0580FD
Complementary color
Monochromatic Colors of #0580FD
Black with #0580FD
Text Example
Text Example
White with #0580FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0580FD; }
p { color: rgb(5,128,253); }
H1.HeaderClassName
{
color: #0580FD;
}
.AnyTagClassName
{
color: #0580FD;
}
</style>
background-color css
<style>
a { background-color: #0580FD; }
a { background-color: rgb(5,128,253); }
div.DivClassName
{
background-color: #0580FD;
}
.BgClassName
{
background-color: #0580FD;
}
</style>
border-color css
<style>
span { border-color: #0580FD; }
span { border-color: rgb(5,128,253); }
td.TdClassName
{
border-color: #0580FD;
}
.TagClassName
{
border-color: #0580FD;
}
</style>