Shades of Dodger Blue #0582F5
Tints of Dodger Blue #0582F5
RGB
CMYK
RGB Variations
Color information
#0582F5 (or 0x0582F5) is known color: Dodger Blue. HEX triplet: 05, 82 and F5. RGB value is (5,130,245). Sum of RGB (Red+Green+Blue) = 5+130+245=380 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 245 (96.09% from 255 or 64.47% from 380); Max value from RGB is 245 - color contains mainly: blue. Hex color #0582F5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0582F5 is #FA7D0A. Grayscale: #696969. Windows color (decimal): -16416011 or 16089605. OLE color: 16089605.
HSL color Cylindrical-coordinate representation of color #0582F5: hue angle of 208.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0582F5 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 130 | 245 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.04 |
| HSL | 208.75º | 0.96% | 0.49% | - |
| HSV(B) | 208.75º | 0.98% | 0.96% | - |
| XYZ | 24.53 | 22.59 | 89.45 | - |
| YUV | 105.74 | 206.59 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 245 | 0.98 | 0.47 | 0 | 0.04 | 208.75 | 0.96 | 0.49 |
| Hex | 5 | 82 | F5 | 62 | 2F | 0 | 4 | D1 | 60 | 31 |
| Octal | 5 | 202 | 365 | 142 | 57 | 0 | 4 | 321 | 140 | 61 |
| Binary | 101 | 10000010 | 11110101 | 1100010 | 101111 | 0 | 100 | 11010001 | 1100000 | 110001 |
Color Harmonies of #0582F5
Complementary color
Monochromatic Colors of #0582F5
Black with #0582F5
Text Example
Text Example
White with #0582F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0582F5; }
p { color: rgb(5,130,245); }
H1.HeaderClassName
{
color: #0582F5;
}
.AnyTagClassName
{
color: #0582F5;
}
</style>
background-color css
<style>
a { background-color: #0582F5; }
a { background-color: rgb(5,130,245); }
div.DivClassName
{
background-color: #0582F5;
}
.BgClassName
{
background-color: #0582F5;
}
</style>
border-color css
<style>
span { border-color: #0582F5; }
span { border-color: rgb(5,130,245); }
td.TdClassName
{
border-color: #0582F5;
}
.TagClassName
{
border-color: #0582F5;
}
</style>