Shades of Dodger Blue #15AAF6
Tints of Dodger Blue #15AAF6
RGB
CMYK
RGB Variations
Color information
#15AAF6 (or 0x15AAF6) is known color: Dodger Blue. HEX triplet: 15, AA and F6. RGB value is (21,170,246). Sum of RGB (Red+Green+Blue) = 21+170+246=437 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.81% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 246 (96.48% from 255 or 56.29% from 437); Max value from RGB is 246 - color contains mainly: blue. Hex color #15AAF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15AAF6 is #EA5509. Grayscale: #858585. Windows color (decimal): -15357194 or 16165397. OLE color: 16165397.
HSL color Cylindrical-coordinate representation of color #15AAF6: hue angle of 200.27º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15AAF6 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 170 | 246 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.04 |
| HSL | 200.27º | 0.93% | 0.52% | - |
| HSV(B) | 200.27º | 0.91% | 0.96% | - |
| XYZ | 31.32 | 35.56 | 92.4 | - |
| YUV | 134.11 | 191.14 | 47.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 170 | 246 | 0.91 | 0.31 | 0 | 0.04 | 200.27 | 0.93 | 0.52 |
| Hex | 15 | AA | F6 | 5B | 1F | 0 | 4 | C8 | 5D | 34 |
| Octal | 25 | 252 | 366 | 133 | 37 | 0 | 4 | 310 | 135 | 64 |
| Binary | 10101 | 10101010 | 11110110 | 1011011 | 11111 | 0 | 100 | 11001000 | 1011101 | 110100 |
Color Harmonies of #15AAF6
Complementary color
Monochromatic Colors of #15AAF6
Black with #15AAF6
Text Example
Text Example
White with #15AAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AAF6; }
p { color: rgb(21,170,246); }
H1.HeaderClassName
{
color: #15AAF6;
}
.AnyTagClassName
{
color: #15AAF6;
}
</style>
background-color css
<style>
a { background-color: #15AAF6; }
a { background-color: rgb(21,170,246); }
div.DivClassName
{
background-color: #15AAF6;
}
.BgClassName
{
background-color: #15AAF6;
}
</style>
border-color css
<style>
span { border-color: #15AAF6; }
span { border-color: rgb(21,170,246); }
td.TdClassName
{
border-color: #15AAF6;
}
.TagClassName
{
border-color: #15AAF6;
}
</style>