Shades of Dodger Blue #15A8EE
Tints of Dodger Blue #15A8EE
RGB
CMYK
RGB Variations
Color information
#15A8EE (or 0x15A8EE) is known color: Dodger Blue. HEX triplet: 15, A8 and EE. RGB value is (21,168,238). Sum of RGB (Red+Green+Blue) = 21+168+238=427 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.92% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #15A8EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A8EE is #EA5711. Grayscale: #838383. Windows color (decimal): -15357714 or 15640597. OLE color: 15640597.
HSL color Cylindrical-coordinate representation of color #15A8EE: hue angle of 199.35º 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 #15A8EE is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 168 | 238 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.07 |
| HSL | 199.35º | 0.86% | 0.51% | - |
| HSV(B) | 199.35º | 0.91% | 0.93% | - |
| XYZ | 29.74 | 34.34 | 85.95 | - |
| YUV | 132.03 | 187.8 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 168 | 238 | 0.91 | 0.29 | 0 | 0.07 | 199.35 | 0.86 | 0.51 |
| Hex | 15 | A8 | EE | 5B | 1D | 0 | 7 | C7 | 56 | 33 |
| Octal | 25 | 250 | 356 | 133 | 35 | 0 | 7 | 307 | 126 | 63 |
| Binary | 10101 | 10101000 | 11101110 | 1011011 | 11101 | 0 | 111 | 11000111 | 1010110 | 110011 |
Color Harmonies of #15A8EE
Complementary color
Monochromatic Colors of #15A8EE
Black with #15A8EE
Text Example
Text Example
White with #15A8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A8EE; }
p { color: rgb(21,168,238); }
H1.HeaderClassName
{
color: #15A8EE;
}
.AnyTagClassName
{
color: #15A8EE;
}
</style>
background-color css
<style>
a { background-color: #15A8EE; }
a { background-color: rgb(21,168,238); }
div.DivClassName
{
background-color: #15A8EE;
}
.BgClassName
{
background-color: #15A8EE;
}
</style>
border-color css
<style>
span { border-color: #15A8EE; }
span { border-color: rgb(21,168,238); }
td.TdClassName
{
border-color: #15A8EE;
}
.TagClassName
{
border-color: #15A8EE;
}
</style>