Shades of Dodger Blue #0585FF
Tints of Dodger Blue #0585FF
RGB
CMYK
RGB Variations
Color information
#0585FF (or 0x0585FF) is known color: Dodger Blue. HEX triplet: 05, 85 and FF. RGB value is (5,133,255). Sum of RGB (Red+Green+Blue) = 5+133+255=393 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #0585FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0585FF is #FA7A00. Grayscale: #6C6C6C. Windows color (decimal): -16415233 or 16745733. OLE color: 16745733.
HSL color Cylindrical-coordinate representation of color #0585FF: hue angle of 209.28º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0585FF is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 133 | 255 | - |
| CMYK | 0.98 | 0.48 | 0 | 0 |
| HSL | 209.28º | 1% | 0.51% | - |
| HSV(B) | 209.28º | 0.98% | 1% | - |
| XYZ | 26.5 | 24.03 | 97.85 | - |
| YUV | 108.64 | 210.59 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 255 | 0.98 | 0.48 | 0 | 0 | 209.28 | 1 | 0.51 |
| Hex | 5 | 85 | FF | 62 | 30 | 0 | 0 | D1 | 64 | 33 |
| Octal | 5 | 205 | 377 | 142 | 60 | 0 | 0 | 321 | 144 | 63 |
| Binary | 101 | 10000101 | 11111111 | 1100010 | 110000 | 0 | 0 | 11010001 | 1100100 | 110011 |
Color Harmonies of #0585FF
Complementary color
Monochromatic Colors of #0585FF
Black with #0585FF
Text Example
Text Example
White with #0585FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0585FF; }
p { color: rgb(5,133,255); }
H1.HeaderClassName
{
color: #0585FF;
}
.AnyTagClassName
{
color: #0585FF;
}
</style>
background-color css
<style>
a { background-color: #0585FF; }
a { background-color: rgb(5,133,255); }
div.DivClassName
{
background-color: #0585FF;
}
.BgClassName
{
background-color: #0585FF;
}
</style>
border-color css
<style>
span { border-color: #0585FF; }
span { border-color: rgb(5,133,255); }
td.TdClassName
{
border-color: #0585FF;
}
.TagClassName
{
border-color: #0585FF;
}
</style>