Shades of Dodger Blue #0585EF
Tints of Dodger Blue #0585EF
RGB
CMYK
RGB Variations
Color information
#0585EF (or 0x0585EF) is known color: Dodger Blue. HEX triplet: 05, 85 and EF. RGB value is (5,133,239). Sum of RGB (Red+Green+Blue) = 5+133+239=377 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #0585EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0585EF is #FA7A10. Grayscale: #6A6A6A. Windows color (decimal): -16415249 or 15697157. OLE color: 15697157.
HSL color Cylindrical-coordinate representation of color #0585EF: hue angle of 207.18º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0585EF is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 133 | 239 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.06 |
| HSL | 207.18º | 0.96% | 0.48% | - |
| HSV(B) | 207.18º | 0.98% | 0.94% | - |
| XYZ | 24.03 | 23.04 | 84.84 | - |
| YUV | 106.81 | 202.59 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 239 | 0.98 | 0.44 | 0 | 0.06 | 207.18 | 0.96 | 0.48 |
| Hex | 5 | 85 | EF | 62 | 2C | 0 | 6 | CF | 60 | 30 |
| Octal | 5 | 205 | 357 | 142 | 54 | 0 | 6 | 317 | 140 | 60 |
| Binary | 101 | 10000101 | 11101111 | 1100010 | 101100 | 0 | 110 | 11001111 | 1100000 | 110000 |
Color Harmonies of #0585EF
Complementary color
Monochromatic Colors of #0585EF
Black with #0585EF
Text Example
Text Example
White with #0585EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0585EF; }
p { color: rgb(5,133,239); }
H1.HeaderClassName
{
color: #0585EF;
}
.AnyTagClassName
{
color: #0585EF;
}
</style>
background-color css
<style>
a { background-color: #0585EF; }
a { background-color: rgb(5,133,239); }
div.DivClassName
{
background-color: #0585EF;
}
.BgClassName
{
background-color: #0585EF;
}
</style>
border-color css
<style>
span { border-color: #0585EF; }
span { border-color: rgb(5,133,239); }
td.TdClassName
{
border-color: #0585EF;
}
.TagClassName
{
border-color: #0585EF;
}
</style>