Shades of Dodger Blue #15A0EF
Tints of Dodger Blue #15A0EF
RGB
CMYK
RGB Variations
Color information
#15A0EF (or 0x15A0EF) is known color: Dodger Blue. HEX triplet: 15, A0 and EF. RGB value is (21,160,239). Sum of RGB (Red+Green+Blue) = 21+160+239=420 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #15A0EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A0EF is #EA5F10. Grayscale: #7E7E7E. Windows color (decimal): -15359761 or 15704085. OLE color: 15704085.
HSL color Cylindrical-coordinate representation of color #15A0EF: hue angle of 201.74º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15A0EF is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 160 | 239 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.06 |
| HSL | 201.74º | 0.87% | 0.51% | - |
| HSV(B) | 201.74º | 0.91% | 0.94% | - |
| XYZ | 28.46 | 31.53 | 86.25 | - |
| YUV | 127.45 | 190.95 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 239 | 0.91 | 0.33 | 0 | 0.06 | 201.74 | 0.87 | 0.51 |
| Hex | 15 | A0 | EF | 5B | 21 | 0 | 6 | CA | 57 | 33 |
| Octal | 25 | 240 | 357 | 133 | 41 | 0 | 6 | 312 | 127 | 63 |
| Binary | 10101 | 10100000 | 11101111 | 1011011 | 100001 | 0 | 110 | 11001010 | 1010111 | 110011 |
Color Harmonies of #15A0EF
Complementary color
Monochromatic Colors of #15A0EF
Black with #15A0EF
Text Example
Text Example
White with #15A0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A0EF; }
p { color: rgb(21,160,239); }
H1.HeaderClassName
{
color: #15A0EF;
}
.AnyTagClassName
{
color: #15A0EF;
}
</style>
background-color css
<style>
a { background-color: #15A0EF; }
a { background-color: rgb(21,160,239); }
div.DivClassName
{
background-color: #15A0EF;
}
.BgClassName
{
background-color: #15A0EF;
}
</style>
border-color css
<style>
span { border-color: #15A0EF; }
span { border-color: rgb(21,160,239); }
td.TdClassName
{
border-color: #15A0EF;
}
.TagClassName
{
border-color: #15A0EF;
}
</style>