Shades of Dodger Blue #15A5EA
Tints of Dodger Blue #15A5EA
RGB
CMYK
RGB Variations
Color information
#15A5EA (or 0x15A5EA) is known color: Dodger Blue. HEX triplet: 15, A5 and EA. RGB value is (21,165,234). Sum of RGB (Red+Green+Blue) = 21+165+234=420 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #15A5EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A5EA is #EA5A15. Grayscale: #818181. Windows color (decimal): -15358486 or 15377685. OLE color: 15377685.
HSL color Cylindrical-coordinate representation of color #15A5EA: hue angle of 199.44º 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 #15A5EA is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 165 | 234 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.08 |
| HSL | 199.44º | 0.84% | 0.5% | - |
| HSV(B) | 199.44º | 0.91% | 0.92% | - |
| XYZ | 28.62 | 33.01 | 82.71 | - |
| YUV | 129.81 | 186.79 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 165 | 234 | 0.91 | 0.29 | 0 | 0.08 | 199.44 | 0.84 | 0.5 |
| Hex | 15 | A5 | EA | 5B | 1D | 0 | 8 | C7 | 54 | 32 |
| Octal | 25 | 245 | 352 | 133 | 35 | 0 | 10 | 307 | 124 | 62 |
| Binary | 10101 | 10100101 | 11101010 | 1011011 | 11101 | 0 | 1000 | 11000111 | 1010100 | 110010 |
Color Harmonies of #15A5EA
Complementary color
Monochromatic Colors of #15A5EA
Black with #15A5EA
Text Example
Text Example
White with #15A5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A5EA; }
p { color: rgb(21,165,234); }
H1.HeaderClassName
{
color: #15A5EA;
}
.AnyTagClassName
{
color: #15A5EA;
}
</style>
background-color css
<style>
a { background-color: #15A5EA; }
a { background-color: rgb(21,165,234); }
div.DivClassName
{
background-color: #15A5EA;
}
.BgClassName
{
background-color: #15A5EA;
}
</style>
border-color css
<style>
span { border-color: #15A5EA; }
span { border-color: rgb(21,165,234); }
td.TdClassName
{
border-color: #15A5EA;
}
.TagClassName
{
border-color: #15A5EA;
}
</style>