Shades of Dodger Blue #15A6E7
Tints of Dodger Blue #15A6E7
RGB
CMYK
RGB Variations
Color information
#15A6E7 (or 0x15A6E7) is known color: Dodger Blue. HEX triplet: 15, A6 and E7. RGB value is (21,166,231). Sum of RGB (Red+Green+Blue) = 21+166+231=418 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.02% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 231 (90.62% from 255 or 55.26% from 418); Max value from RGB is 231 - color contains mainly: blue. Hex color #15A6E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A6E7 is #EA5918. Grayscale: #818181. Windows color (decimal): -15358233 or 15181333. OLE color: 15181333.
HSL color Cylindrical-coordinate representation of color #15A6E7: hue angle of 198.57º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15A6E7 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 166 | 231 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.09 |
| HSL | 198.57º | 0.83% | 0.49% | - |
| HSV(B) | 198.57º | 0.91% | 0.91% | - |
| XYZ | 28.37 | 33.2 | 80.51 | - |
| YUV | 130.06 | 184.96 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 166 | 231 | 0.91 | 0.28 | 0 | 0.09 | 198.57 | 0.83 | 0.49 |
| Hex | 15 | A6 | E7 | 5B | 1C | 0 | 9 | C7 | 53 | 31 |
| Octal | 25 | 246 | 347 | 133 | 34 | 0 | 11 | 307 | 123 | 61 |
| Binary | 10101 | 10100110 | 11100111 | 1011011 | 11100 | 0 | 1001 | 11000111 | 1010011 | 110001 |
Color Harmonies of #15A6E7
Complementary color
Monochromatic Colors of #15A6E7
Black with #15A6E7
Text Example
Text Example
White with #15A6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A6E7; }
p { color: rgb(21,166,231); }
H1.HeaderClassName
{
color: #15A6E7;
}
.AnyTagClassName
{
color: #15A6E7;
}
</style>
background-color css
<style>
a { background-color: #15A6E7; }
a { background-color: rgb(21,166,231); }
div.DivClassName
{
background-color: #15A6E7;
}
.BgClassName
{
background-color: #15A6E7;
}
</style>
border-color css
<style>
span { border-color: #15A6E7; }
span { border-color: rgb(21,166,231); }
td.TdClassName
{
border-color: #15A6E7;
}
.TagClassName
{
border-color: #15A6E7;
}
</style>