Shades of Dodger Blue #0582F7
Tints of Dodger Blue #0582F7
RGB
CMYK
RGB Variations
Color information
#0582F7 (or 0x0582F7) is known color: Dodger Blue. HEX triplet: 05, 82 and F7. RGB value is (5,130,247). Sum of RGB (Red+Green+Blue) = 5+130+247=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 247 (96.88% from 255 or 64.66% from 382); Max value from RGB is 247 - color contains mainly: blue. Hex color #0582F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0582F7 is #FA7D08. Grayscale: #696969. Windows color (decimal): -16416009 or 16220677. OLE color: 16220677.
HSL color Cylindrical-coordinate representation of color #0582F7: hue angle of 209.01º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0582F7 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 130 | 247 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.03 |
| HSL | 209.01º | 0.96% | 0.49% | - |
| HSV(B) | 209.01º | 0.98% | 0.97% | - |
| XYZ | 24.83 | 22.71 | 91.07 | - |
| YUV | 105.96 | 207.59 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 247 | 0.98 | 0.47 | 0 | 0.03 | 209.01 | 0.96 | 0.49 |
| Hex | 5 | 82 | F7 | 62 | 2F | 0 | 3 | D1 | 60 | 31 |
| Octal | 5 | 202 | 367 | 142 | 57 | 0 | 3 | 321 | 140 | 61 |
| Binary | 101 | 10000010 | 11110111 | 1100010 | 101111 | 0 | 11 | 11010001 | 1100000 | 110001 |
Color Harmonies of #0582F7
Complementary color
Monochromatic Colors of #0582F7
Black with #0582F7
Text Example
Text Example
White with #0582F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0582F7; }
p { color: rgb(5,130,247); }
H1.HeaderClassName
{
color: #0582F7;
}
.AnyTagClassName
{
color: #0582F7;
}
</style>
background-color css
<style>
a { background-color: #0582F7; }
a { background-color: rgb(5,130,247); }
div.DivClassName
{
background-color: #0582F7;
}
.BgClassName
{
background-color: #0582F7;
}
</style>
border-color css
<style>
span { border-color: #0582F7; }
span { border-color: rgb(5,130,247); }
td.TdClassName
{
border-color: #0582F7;
}
.TagClassName
{
border-color: #0582F7;
}
</style>