Shades of Dodger Blue #1585E5
Tints of Dodger Blue #1585E5
RGB
CMYK
RGB Variations
Color information
#1585E5 (or 0x1585E5) is known color: Dodger Blue. HEX triplet: 15, 85 and E5. RGB value is (21,133,229). Sum of RGB (Red+Green+Blue) = 21+133+229=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 229 (89.84% from 255 or 59.79% from 383); Max value from RGB is 229 - color contains mainly: blue. Hex color #1585E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1585E5 is #EA7A1A. Grayscale: #6D6D6D. Windows color (decimal): -15366683 or 15041813. OLE color: 15041813.
HSL color Cylindrical-coordinate representation of color #1585E5: hue angle of 207.69º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1585E5 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 133 | 229 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.10 |
| HSL | 207.69º | 0.83% | 0.49% | - |
| HSV(B) | 207.69º | 0.91% | 0.9% | - |
| XYZ | 22.84 | 22.59 | 77.29 | - |
| YUV | 110.46 | 194.89 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 133 | 229 | 0.91 | 0.42 | 0 | 0.10 | 207.69 | 0.83 | 0.49 |
| Hex | 15 | 85 | E5 | 5B | 2A | 0 | A | D0 | 53 | 31 |
| Octal | 25 | 205 | 345 | 133 | 52 | 0 | 12 | 320 | 123 | 61 |
| Binary | 10101 | 10000101 | 11100101 | 1011011 | 101010 | 0 | 1010 | 11010000 | 1010011 | 110001 |
Color Harmonies of #1585E5
Complementary color
Monochromatic Colors of #1585E5
Black with #1585E5
Text Example
Text Example
White with #1585E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1585E5; }
p { color: rgb(21,133,229); }
H1.HeaderClassName
{
color: #1585E5;
}
.AnyTagClassName
{
color: #1585E5;
}
</style>
background-color css
<style>
a { background-color: #1585E5; }
a { background-color: rgb(21,133,229); }
div.DivClassName
{
background-color: #1585E5;
}
.BgClassName
{
background-color: #1585E5;
}
</style>
border-color css
<style>
span { border-color: #1585E5; }
span { border-color: rgb(21,133,229); }
td.TdClassName
{
border-color: #1585E5;
}
.TagClassName
{
border-color: #1585E5;
}
</style>