Shades of Dodger Blue #15A0EA
Tints of Dodger Blue #15A0EA
RGB
CMYK
RGB Variations
Color information
#15A0EA (or 0x15A0EA) is known color: Dodger Blue. HEX triplet: 15, A0 and EA. RGB value is (21,160,234). Sum of RGB (Red+Green+Blue) = 21+160+234=415 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.06% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #15A0EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A0EA is #EA5F15. Grayscale: #7E7E7E. Windows color (decimal): -15359766 or 15376405. OLE color: 15376405.
HSL color Cylindrical-coordinate representation of color #15A0EA: hue angle of 200.85º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15A0EA is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 160 | 234 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.08 |
| HSL | 200.85º | 0.84% | 0.5% | - |
| HSV(B) | 200.85º | 0.91% | 0.92% | - |
| XYZ | 27.73 | 31.24 | 82.41 | - |
| YUV | 126.88 | 188.45 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 234 | 0.91 | 0.32 | 0 | 0.08 | 200.85 | 0.84 | 0.5 |
| Hex | 15 | A0 | EA | 5B | 20 | 0 | 8 | C9 | 54 | 32 |
| Octal | 25 | 240 | 352 | 133 | 40 | 0 | 10 | 311 | 124 | 62 |
| Binary | 10101 | 10100000 | 11101010 | 1011011 | 100000 | 0 | 1000 | 11001001 | 1010100 | 110010 |
Color Harmonies of #15A0EA
Complementary color
Monochromatic Colors of #15A0EA
Black with #15A0EA
Text Example
Text Example
White with #15A0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A0EA; }
p { color: rgb(21,160,234); }
H1.HeaderClassName
{
color: #15A0EA;
}
.AnyTagClassName
{
color: #15A0EA;
}
</style>
background-color css
<style>
a { background-color: #15A0EA; }
a { background-color: rgb(21,160,234); }
div.DivClassName
{
background-color: #15A0EA;
}
.BgClassName
{
background-color: #15A0EA;
}
</style>
border-color css
<style>
span { border-color: #15A0EA; }
span { border-color: rgb(21,160,234); }
td.TdClassName
{
border-color: #15A0EA;
}
.TagClassName
{
border-color: #15A0EA;
}
</style>