Shades of Dodger Blue #15A7FF
Tints of Dodger Blue #15A7FF
RGB
CMYK
RGB Variations
Color information
#15A7FF (or 0x15A7FF) is known color: Dodger Blue. HEX triplet: 15, A7 and FF. RGB value is (21,167,255). Sum of RGB (Red+Green+Blue) = 21+167+255=443 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.74% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #15A7FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A7FF is #EA5800. Grayscale: #848484. Windows color (decimal): -15357953 or 16754453. OLE color: 16754453.
HSL color Cylindrical-coordinate representation of color #15A7FF: hue angle of 202.56º 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 #15A7FF is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 167 | 255 | - |
| CMYK | 0.92 | 0.35 | 0 | 0 |
| HSL | 202.56º | 1% | 0.54% | - |
| HSV(B) | 202.56º | 0.92% | 1% | - |
| XYZ | 32.18 | 35.02 | 99.67 | - |
| YUV | 133.38 | 196.63 | 47.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 167 | 255 | 0.92 | 0.35 | 0 | 0 | 202.56 | 1 | 0.54 |
| Hex | 15 | A7 | FF | 5C | 23 | 0 | 0 | CB | 64 | 36 |
| Octal | 25 | 247 | 377 | 134 | 43 | 0 | 0 | 313 | 144 | 66 |
| Binary | 10101 | 10100111 | 11111111 | 1011100 | 100011 | 0 | 0 | 11001011 | 1100100 | 110110 |
Color Harmonies of #15A7FF
Complementary color
Monochromatic Colors of #15A7FF
Black with #15A7FF
Text Example
Text Example
White with #15A7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A7FF; }
p { color: rgb(21,167,255); }
H1.HeaderClassName
{
color: #15A7FF;
}
.AnyTagClassName
{
color: #15A7FF;
}
</style>
background-color css
<style>
a { background-color: #15A7FF; }
a { background-color: rgb(21,167,255); }
div.DivClassName
{
background-color: #15A7FF;
}
.BgClassName
{
background-color: #15A7FF;
}
</style>
border-color css
<style>
span { border-color: #15A7FF; }
span { border-color: rgb(21,167,255); }
td.TdClassName
{
border-color: #15A7FF;
}
.TagClassName
{
border-color: #15A7FF;
}
</style>