Shades of Dodger Blue #1585FD
Tints of Dodger Blue #1585FD
RGB
CMYK
RGB Variations
Color information
#1585FD (or 0x1585FD) is known color: Dodger Blue. HEX triplet: 15, 85 and FD. RGB value is (21,133,253). Sum of RGB (Red+Green+Blue) = 21+133+253=407 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.16% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #1585FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1585FD is #EA7A02. Grayscale: #707070. Windows color (decimal): -15366659 or 16614677. OLE color: 16614677.
HSL color Cylindrical-coordinate representation of color #1585FD: hue angle of 211.03º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1585FD is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 133 | 253 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.01 |
| HSL | 211.03º | 0.98% | 0.54% | - |
| HSV(B) | 211.03º | 0.92% | 0.99% | - |
| XYZ | 26.43 | 24.03 | 96.17 | - |
| YUV | 113.19 | 206.89 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 133 | 253 | 0.92 | 0.47 | 0 | 0.01 | 211.03 | 0.98 | 0.54 |
| Hex | 15 | 85 | FD | 5C | 2F | 0 | 1 | D3 | 62 | 36 |
| Octal | 25 | 205 | 375 | 134 | 57 | 0 | 1 | 323 | 142 | 66 |
| Binary | 10101 | 10000101 | 11111101 | 1011100 | 101111 | 0 | 1 | 11010011 | 1100010 | 110110 |
Color Harmonies of #1585FD
Complementary color
Monochromatic Colors of #1585FD
Black with #1585FD
Text Example
Text Example
White with #1585FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1585FD; }
p { color: rgb(21,133,253); }
H1.HeaderClassName
{
color: #1585FD;
}
.AnyTagClassName
{
color: #1585FD;
}
</style>
background-color css
<style>
a { background-color: #1585FD; }
a { background-color: rgb(21,133,253); }
div.DivClassName
{
background-color: #1585FD;
}
.BgClassName
{
background-color: #1585FD;
}
</style>
border-color css
<style>
span { border-color: #1585FD; }
span { border-color: rgb(21,133,253); }
td.TdClassName
{
border-color: #1585FD;
}
.TagClassName
{
border-color: #1585FD;
}
</style>