Shades of Dodger Blue #15A2EE
Tints of Dodger Blue #15A2EE
RGB
CMYK
RGB Variations
Color information
#15A2EE (or 0x15A2EE) is known color: Dodger Blue. HEX triplet: 15, A2 and EE. RGB value is (21,162,238). Sum of RGB (Red+Green+Blue) = 21+162+238=421 (55% of max value = 765). Red value is 21 (8.59% from 255 or 4.99% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #15A2EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A2EE is #EA5D11. Grayscale: #808080. Windows color (decimal): -15359250 or 15639061. OLE color: 15639061.
HSL color Cylindrical-coordinate representation of color #15A2EE: hue angle of 201.01º 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 #15A2EE is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 162 | 238 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.07 |
| HSL | 201.01º | 0.86% | 0.51% | - |
| HSV(B) | 201.01º | 0.91% | 0.93% | - |
| XYZ | 28.66 | 32.17 | 85.59 | - |
| YUV | 128.51 | 189.79 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 162 | 238 | 0.91 | 0.32 | 0 | 0.07 | 201.01 | 0.86 | 0.51 |
| Hex | 15 | A2 | EE | 5B | 20 | 0 | 7 | C9 | 56 | 33 |
| Octal | 25 | 242 | 356 | 133 | 40 | 0 | 7 | 311 | 126 | 63 |
| Binary | 10101 | 10100010 | 11101110 | 1011011 | 100000 | 0 | 111 | 11001001 | 1010110 | 110011 |
Color Harmonies of #15A2EE
Complementary color
Monochromatic Colors of #15A2EE
Black with #15A2EE
Text Example
Text Example
White with #15A2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A2EE; }
p { color: rgb(21,162,238); }
H1.HeaderClassName
{
color: #15A2EE;
}
.AnyTagClassName
{
color: #15A2EE;
}
</style>
background-color css
<style>
a { background-color: #15A2EE; }
a { background-color: rgb(21,162,238); }
div.DivClassName
{
background-color: #15A2EE;
}
.BgClassName
{
background-color: #15A2EE;
}
</style>
border-color css
<style>
span { border-color: #15A2EE; }
span { border-color: rgb(21,162,238); }
td.TdClassName
{
border-color: #15A2EE;
}
.TagClassName
{
border-color: #15A2EE;
}
</style>