Shades of Dodger Blue #0582FC
Tints of Dodger Blue #0582FC
RGB
CMYK
RGB Variations
Color information
#0582FC (or 0x0582FC) is known color: Dodger Blue. HEX triplet: 05, 82 and FC. RGB value is (5,130,252). Sum of RGB (Red+Green+Blue) = 5+130+252=387 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #0582FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0582FC is #FA7D03. Grayscale: #696969. Windows color (decimal): -16416004 or 16548357. OLE color: 16548357.
HSL color Cylindrical-coordinate representation of color #0582FC: hue angle of 209.64º 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 #0582FC is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 130 | 252 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.01 |
| HSL | 209.64º | 0.98% | 0.5% | - |
| HSV(B) | 209.64º | 0.98% | 0.99% | - |
| XYZ | 25.62 | 23.03 | 95.19 | - |
| YUV | 106.53 | 210.09 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 252 | 0.98 | 0.48 | 0 | 0.01 | 209.64 | 0.98 | 0.5 |
| Hex | 5 | 82 | FC | 62 | 30 | 0 | 1 | D2 | 62 | 32 |
| Octal | 5 | 202 | 374 | 142 | 60 | 0 | 1 | 322 | 142 | 62 |
| Binary | 101 | 10000010 | 11111100 | 1100010 | 110000 | 0 | 1 | 11010010 | 1100010 | 110010 |
Color Harmonies of #0582FC
Complementary color
Monochromatic Colors of #0582FC
Black with #0582FC
Text Example
Text Example
White with #0582FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0582FC; }
p { color: rgb(5,130,252); }
H1.HeaderClassName
{
color: #0582FC;
}
.AnyTagClassName
{
color: #0582FC;
}
</style>
background-color css
<style>
a { background-color: #0582FC; }
a { background-color: rgb(5,130,252); }
div.DivClassName
{
background-color: #0582FC;
}
.BgClassName
{
background-color: #0582FC;
}
</style>
border-color css
<style>
span { border-color: #0582FC; }
span { border-color: rgb(5,130,252); }
td.TdClassName
{
border-color: #0582FC;
}
.TagClassName
{
border-color: #0582FC;
}
</style>