Shades of Dodger Blue #15A4ED
Tints of Dodger Blue #15A4ED
RGB
CMYK
RGB Variations
Color information
#15A4ED (or 0x15A4ED) is known color: Dodger Blue. HEX triplet: 15, A4 and ED. RGB value is (21,164,237). Sum of RGB (Red+Green+Blue) = 21+164+237=422 (55% of max value = 765). Red value is 21 (8.59% from 255 or 4.98% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #15A4ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A4ED is #EA5B12. Grayscale: #818181. Windows color (decimal): -15358739 or 15574037. OLE color: 15574037.
HSL color Cylindrical-coordinate representation of color #15A4ED: hue angle of 200.28º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15A4ED is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 164 | 237 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.07 |
| HSL | 200.28º | 0.86% | 0.51% | - |
| HSV(B) | 200.28º | 0.91% | 0.93% | - |
| XYZ | 28.87 | 32.82 | 84.93 | - |
| YUV | 129.57 | 188.62 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 164 | 237 | 0.91 | 0.31 | 0 | 0.07 | 200.28 | 0.86 | 0.51 |
| Hex | 15 | A4 | ED | 5B | 1F | 0 | 7 | C8 | 56 | 33 |
| Octal | 25 | 244 | 355 | 133 | 37 | 0 | 7 | 310 | 126 | 63 |
| Binary | 10101 | 10100100 | 11101101 | 1011011 | 11111 | 0 | 111 | 11001000 | 1010110 | 110011 |
Color Harmonies of #15A4ED
Complementary color
Monochromatic Colors of #15A4ED
Black with #15A4ED
Text Example
Text Example
White with #15A4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A4ED; }
p { color: rgb(21,164,237); }
H1.HeaderClassName
{
color: #15A4ED;
}
.AnyTagClassName
{
color: #15A4ED;
}
</style>
background-color css
<style>
a { background-color: #15A4ED; }
a { background-color: rgb(21,164,237); }
div.DivClassName
{
background-color: #15A4ED;
}
.BgClassName
{
background-color: #15A4ED;
}
</style>
border-color css
<style>
span { border-color: #15A4ED; }
span { border-color: rgb(21,164,237); }
td.TdClassName
{
border-color: #15A4ED;
}
.TagClassName
{
border-color: #15A4ED;
}
</style>