Shades of Dodger Blue #1585FE
Tints of Dodger Blue #1585FE
RGB
CMYK
RGB Variations
Color information
#1585FE (or 0x1585FE) is known color: Dodger Blue. HEX triplet: 15, 85 and FE. RGB value is (21,133,254). Sum of RGB (Red+Green+Blue) = 21+133+254=408 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.15% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #1585FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1585FE is #EA7A01. Grayscale: #707070. Windows color (decimal): -15366658 or 16680213. OLE color: 16680213.
HSL color Cylindrical-coordinate representation of color #1585FE: hue angle of 211.16º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1585FE is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 133 | 254 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.00 |
| HSL | 211.16º | 0.99% | 0.54% | - |
| HSV(B) | 211.16º | 0.92% | 1% | - |
| XYZ | 26.59 | 24.09 | 97.01 | - |
| YUV | 113.31 | 207.39 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 133 | 254 | 0.92 | 0.48 | 0 | 0.00 | 211.16 | 0.99 | 0.54 |
| Hex | 15 | 85 | FE | 5C | 30 | 0 | 0 | D3 | 63 | 36 |
| Octal | 25 | 205 | 376 | 134 | 60 | 0 | 0 | 323 | 143 | 66 |
| Binary | 10101 | 10000101 | 11111110 | 1011100 | 110000 | 0 | 0 | 11010011 | 1100011 | 110110 |
Color Harmonies of #1585FE
Complementary color
Monochromatic Colors of #1585FE
Black with #1585FE
Text Example
Text Example
White with #1585FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1585FE; }
p { color: rgb(21,133,254); }
H1.HeaderClassName
{
color: #1585FE;
}
.AnyTagClassName
{
color: #1585FE;
}
</style>
background-color css
<style>
a { background-color: #1585FE; }
a { background-color: rgb(21,133,254); }
div.DivClassName
{
background-color: #1585FE;
}
.BgClassName
{
background-color: #1585FE;
}
</style>
border-color css
<style>
span { border-color: #1585FE; }
span { border-color: rgb(21,133,254); }
td.TdClassName
{
border-color: #1585FE;
}
.TagClassName
{
border-color: #1585FE;
}
</style>