Shades of Dodger Blue #15A3FF
Tints of Dodger Blue #15A3FF
RGB
CMYK
RGB Variations
Color information
#15A3FF (or 0x15A3FF) is known color: Dodger Blue. HEX triplet: 15, A3 and FF. RGB value is (21,163,255). Sum of RGB (Red+Green+Blue) = 21+163+255=439 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.78% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #15A3FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A3FF is #EA5C00. Grayscale: #828282. Windows color (decimal): -15358977 or 16753429. OLE color: 16753429.
HSL color Cylindrical-coordinate representation of color #15A3FF: hue angle of 203.59º 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 #15A3FF is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 163 | 255 | - |
| CMYK | 0.92 | 0.36 | 0 | 0 |
| HSL | 203.59º | 1% | 0.54% | - |
| HSV(B) | 203.59º | 0.92% | 1% | - |
| XYZ | 31.46 | 33.57 | 99.43 | - |
| YUV | 131.03 | 197.96 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 163 | 255 | 0.92 | 0.36 | 0 | 0 | 203.59 | 1 | 0.54 |
| Hex | 15 | A3 | FF | 5C | 24 | 0 | 0 | CC | 64 | 36 |
| Octal | 25 | 243 | 377 | 134 | 44 | 0 | 0 | 314 | 144 | 66 |
| Binary | 10101 | 10100011 | 11111111 | 1011100 | 100100 | 0 | 0 | 11001100 | 1100100 | 110110 |
Color Harmonies of #15A3FF
Complementary color
Monochromatic Colors of #15A3FF
Black with #15A3FF
Text Example
Text Example
White with #15A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A3FF; }
p { color: rgb(21,163,255); }
H1.HeaderClassName
{
color: #15A3FF;
}
.AnyTagClassName
{
color: #15A3FF;
}
</style>
background-color css
<style>
a { background-color: #15A3FF; }
a { background-color: rgb(21,163,255); }
div.DivClassName
{
background-color: #15A3FF;
}
.BgClassName
{
background-color: #15A3FF;
}
</style>
border-color css
<style>
span { border-color: #15A3FF; }
span { border-color: rgb(21,163,255); }
td.TdClassName
{
border-color: #15A3FF;
}
.TagClassName
{
border-color: #15A3FF;
}
</style>