Shades of Dodger Blue #15A8ED
Tints of Dodger Blue #15A8ED
RGB
CMYK
RGB Variations
Color information
#15A8ED (or 0x15A8ED) is known color: Dodger Blue. HEX triplet: 15, A8 and ED. RGB value is (21,168,237). Sum of RGB (Red+Green+Blue) = 21+168+237=426 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.93% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #15A8ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A8ED is #EA5712. Grayscale: #838383. Windows color (decimal): -15357715 or 15575061. OLE color: 15575061.
HSL color Cylindrical-coordinate representation of color #15A8ED: hue angle of 199.17º 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 #15A8ED is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 168 | 237 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.07 |
| HSL | 199.17º | 0.86% | 0.51% | - |
| HSV(B) | 199.17º | 0.91% | 0.93% | - |
| XYZ | 29.6 | 34.28 | 85.18 | - |
| YUV | 131.91 | 187.3 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 168 | 237 | 0.91 | 0.29 | 0 | 0.07 | 199.17 | 0.86 | 0.51 |
| Hex | 15 | A8 | ED | 5B | 1D | 0 | 7 | C7 | 56 | 33 |
| Octal | 25 | 250 | 355 | 133 | 35 | 0 | 7 | 307 | 126 | 63 |
| Binary | 10101 | 10101000 | 11101101 | 1011011 | 11101 | 0 | 111 | 11000111 | 1010110 | 110011 |
Color Harmonies of #15A8ED
Complementary color
Monochromatic Colors of #15A8ED
Black with #15A8ED
Text Example
Text Example
White with #15A8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A8ED; }
p { color: rgb(21,168,237); }
H1.HeaderClassName
{
color: #15A8ED;
}
.AnyTagClassName
{
color: #15A8ED;
}
</style>
background-color css
<style>
a { background-color: #15A8ED; }
a { background-color: rgb(21,168,237); }
div.DivClassName
{
background-color: #15A8ED;
}
.BgClassName
{
background-color: #15A8ED;
}
</style>
border-color css
<style>
span { border-color: #15A8ED; }
span { border-color: rgb(21,168,237); }
td.TdClassName
{
border-color: #15A8ED;
}
.TagClassName
{
border-color: #15A8ED;
}
</style>