Shades of Dodger Blue #0580FB
Tints of Dodger Blue #0580FB
RGB
CMYK
RGB Variations
Color information
#0580FB (or 0x0580FB) is known color: Dodger Blue. HEX triplet: 05, 80 and FB. RGB value is (5,128,251). Sum of RGB (Red+Green+Blue) = 5+128+251=384 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #0580FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0580FB is #FA7F04. Grayscale: #686868. Windows color (decimal): -16416517 or 16482309. OLE color: 16482309.
HSL color Cylindrical-coordinate representation of color #0580FB: hue angle of 210º 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 #0580FB is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 128 | 251 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.02 |
| HSL | 210º | 0.97% | 0.5% | - |
| HSV(B) | 210º | 0.98% | 0.98% | - |
| XYZ | 25.19 | 22.44 | 94.27 | - |
| YUV | 105.25 | 210.25 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 251 | 0.98 | 0.49 | 0 | 0.02 | 210 | 0.97 | 0.5 |
| Hex | 5 | 80 | FB | 62 | 31 | 0 | 2 | D2 | 61 | 32 |
| Octal | 5 | 200 | 373 | 142 | 61 | 0 | 2 | 322 | 141 | 62 |
| Binary | 101 | 10000000 | 11111011 | 1100010 | 110001 | 0 | 10 | 11010010 | 1100001 | 110010 |
Color Harmonies of #0580FB
Complementary color
Monochromatic Colors of #0580FB
Black with #0580FB
Text Example
Text Example
White with #0580FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0580FB; }
p { color: rgb(5,128,251); }
H1.HeaderClassName
{
color: #0580FB;
}
.AnyTagClassName
{
color: #0580FB;
}
</style>
background-color css
<style>
a { background-color: #0580FB; }
a { background-color: rgb(5,128,251); }
div.DivClassName
{
background-color: #0580FB;
}
.BgClassName
{
background-color: #0580FB;
}
</style>
border-color css
<style>
span { border-color: #0580FB; }
span { border-color: rgb(5,128,251); }
td.TdClassName
{
border-color: #0580FB;
}
.TagClassName
{
border-color: #0580FB;
}
</style>