Shades of Dodger Blue #15AAFF
Tints of Dodger Blue #15AAFF
RGB
CMYK
RGB Variations
Color information
#15AAFF (or 0x15AAFF) is known color: Dodger Blue. HEX triplet: 15, AA and FF. RGB value is (21,170,255). Sum of RGB (Red+Green+Blue) = 21+170+255=446 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.71% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #15AAFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15AAFF is #EA5500. Grayscale: #868686. Windows color (decimal): -15357185 or 16755221. OLE color: 16755221.
HSL color Cylindrical-coordinate representation of color #15AAFF: hue angle of 201.79º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15AAFF is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 170 | 255 | - |
| CMYK | 0.92 | 0.33 | 0 | 0 |
| HSL | 201.79º | 1% | 0.54% | - |
| HSV(B) | 201.79º | 0.92% | 1% | - |
| XYZ | 32.73 | 36.13 | 99.86 | - |
| YUV | 135.14 | 195.64 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 170 | 255 | 0.92 | 0.33 | 0 | 0 | 201.79 | 1 | 0.54 |
| Hex | 15 | AA | FF | 5C | 21 | 0 | 0 | CA | 64 | 36 |
| Octal | 25 | 252 | 377 | 134 | 41 | 0 | 0 | 312 | 144 | 66 |
| Binary | 10101 | 10101010 | 11111111 | 1011100 | 100001 | 0 | 0 | 11001010 | 1100100 | 110110 |
Color Harmonies of #15AAFF
Complementary color
Monochromatic Colors of #15AAFF
Black with #15AAFF
Text Example
Text Example
White with #15AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AAFF; }
p { color: rgb(21,170,255); }
H1.HeaderClassName
{
color: #15AAFF;
}
.AnyTagClassName
{
color: #15AAFF;
}
</style>
background-color css
<style>
a { background-color: #15AAFF; }
a { background-color: rgb(21,170,255); }
div.DivClassName
{
background-color: #15AAFF;
}
.BgClassName
{
background-color: #15AAFF;
}
</style>
border-color css
<style>
span { border-color: #15AAFF; }
span { border-color: rgb(21,170,255); }
td.TdClassName
{
border-color: #15AAFF;
}
.TagClassName
{
border-color: #15AAFF;
}
</style>