Shades of Dodger Blue #0585FE
Tints of Dodger Blue #0585FE
RGB
CMYK
RGB Variations
Color information
#0585FE (or 0x0585FE) is known color: Dodger Blue. HEX triplet: 05, 85 and FE. RGB value is (5,133,254). Sum of RGB (Red+Green+Blue) = 5+133+254=392 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #0585FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0585FE is #FA7A01. Grayscale: #6B6B6B. Windows color (decimal): -16415234 or 16680197. OLE color: 16680197.
HSL color Cylindrical-coordinate representation of color #0585FE: hue angle of 209.16º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0585FE is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 133 | 254 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.00 |
| HSL | 209.16º | 0.99% | 0.51% | - |
| HSV(B) | 209.16º | 0.98% | 1% | - |
| XYZ | 26.34 | 23.96 | 97 | - |
| YUV | 108.52 | 210.09 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 254 | 0.98 | 0.48 | 0 | 0.00 | 209.16 | 0.99 | 0.51 |
| Hex | 5 | 85 | FE | 62 | 30 | 0 | 0 | D1 | 63 | 33 |
| Octal | 5 | 205 | 376 | 142 | 60 | 0 | 0 | 321 | 143 | 63 |
| Binary | 101 | 10000101 | 11111110 | 1100010 | 110000 | 0 | 0 | 11010001 | 1100011 | 110011 |
Color Harmonies of #0585FE
Complementary color
Monochromatic Colors of #0585FE
Black with #0585FE
Text Example
Text Example
White with #0585FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0585FE; }
p { color: rgb(5,133,254); }
H1.HeaderClassName
{
color: #0585FE;
}
.AnyTagClassName
{
color: #0585FE;
}
</style>
background-color css
<style>
a { background-color: #0585FE; }
a { background-color: rgb(5,133,254); }
div.DivClassName
{
background-color: #0585FE;
}
.BgClassName
{
background-color: #0585FE;
}
</style>
border-color css
<style>
span { border-color: #0585FE; }
span { border-color: rgb(5,133,254); }
td.TdClassName
{
border-color: #0585FE;
}
.TagClassName
{
border-color: #0585FE;
}
</style>