Shades of Dodger Blue #15A0FA
Tints of Dodger Blue #15A0FA
RGB
CMYK
RGB Variations
Color information
#15A0FA (or 0x15A0FA) is known color: Dodger Blue. HEX triplet: 15, A0 and FA. RGB value is (21,160,250). Sum of RGB (Red+Green+Blue) = 21+160+250=431 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.87% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #15A0FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A0FA is #EA5F05. Grayscale: #808080. Windows color (decimal): -15359750 or 16424981. OLE color: 16424981.
HSL color Cylindrical-coordinate representation of color #15A0FA: hue angle of 203.58º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15A0FA is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 160 | 250 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.02 |
| HSL | 203.58º | 0.96% | 0.53% | - |
| HSV(B) | 203.58º | 0.92% | 0.98% | - |
| XYZ | 30.14 | 32.2 | 95.07 | - |
| YUV | 128.7 | 196.45 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 250 | 0.92 | 0.36 | 0 | 0.02 | 203.58 | 0.96 | 0.53 |
| Hex | 15 | A0 | FA | 5C | 24 | 0 | 2 | CC | 60 | 35 |
| Octal | 25 | 240 | 372 | 134 | 44 | 0 | 2 | 314 | 140 | 65 |
| Binary | 10101 | 10100000 | 11111010 | 1011100 | 100100 | 0 | 10 | 11001100 | 1100000 | 110101 |
Color Harmonies of #15A0FA
Complementary color
Monochromatic Colors of #15A0FA
Black with #15A0FA
Text Example
Text Example
White with #15A0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A0FA; }
p { color: rgb(21,160,250); }
H1.HeaderClassName
{
color: #15A0FA;
}
.AnyTagClassName
{
color: #15A0FA;
}
</style>
background-color css
<style>
a { background-color: #15A0FA; }
a { background-color: rgb(21,160,250); }
div.DivClassName
{
background-color: #15A0FA;
}
.BgClassName
{
background-color: #15A0FA;
}
</style>
border-color css
<style>
span { border-color: #15A0FA; }
span { border-color: rgb(21,160,250); }
td.TdClassName
{
border-color: #15A0FA;
}
.TagClassName
{
border-color: #15A0FA;
}
</style>