Shades of Dodger Blue #15AAFE
Tints of Dodger Blue #15AAFE
RGB
CMYK
RGB Variations
Color information
#15AAFE (or 0x15AAFE) is known color: Dodger Blue. HEX triplet: 15, AA and FE. RGB value is (21,170,254). Sum of RGB (Red+Green+Blue) = 21+170+254=445 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.72% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #15AAFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15AAFE is #EA5501. Grayscale: #868686. Windows color (decimal): -15357186 or 16689685. OLE color: 16689685.
HSL color Cylindrical-coordinate representation of color #15AAFE: hue angle of 201.63º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15AAFE is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 170 | 254 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.00 |
| HSL | 201.63º | 0.99% | 0.54% | - |
| HSV(B) | 201.63º | 0.92% | 1% | - |
| XYZ | 32.57 | 36.06 | 99.01 | - |
| YUV | 135.03 | 195.14 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 170 | 254 | 0.92 | 0.33 | 0 | 0.00 | 201.63 | 0.99 | 0.54 |
| Hex | 15 | AA | FE | 5C | 21 | 0 | 0 | CA | 63 | 36 |
| Octal | 25 | 252 | 376 | 134 | 41 | 0 | 0 | 312 | 143 | 66 |
| Binary | 10101 | 10101010 | 11111110 | 1011100 | 100001 | 0 | 0 | 11001010 | 1100011 | 110110 |
Color Harmonies of #15AAFE
Complementary color
Monochromatic Colors of #15AAFE
Black with #15AAFE
Text Example
Text Example
White with #15AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AAFE; }
p { color: rgb(21,170,254); }
H1.HeaderClassName
{
color: #15AAFE;
}
.AnyTagClassName
{
color: #15AAFE;
}
</style>
background-color css
<style>
a { background-color: #15AAFE; }
a { background-color: rgb(21,170,254); }
div.DivClassName
{
background-color: #15AAFE;
}
.BgClassName
{
background-color: #15AAFE;
}
</style>
border-color css
<style>
span { border-color: #15AAFE; }
span { border-color: rgb(21,170,254); }
td.TdClassName
{
border-color: #15AAFE;
}
.TagClassName
{
border-color: #15AAFE;
}
</style>