Shades of Dodger Blue #15A3FA
Tints of Dodger Blue #15A3FA
RGB
CMYK
RGB Variations
Color information
#15A3FA (or 0x15A3FA) is known color: Dodger Blue. HEX triplet: 15, A3 and FA. RGB value is (21,163,250). Sum of RGB (Red+Green+Blue) = 21+163+250=434 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.84% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #15A3FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A3FA is #EA5C05. Grayscale: #818181. Windows color (decimal): -15358982 or 16425749. OLE color: 16425749.
HSL color Cylindrical-coordinate representation of color #15A3FA: hue angle of 202.79º 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 #15A3FA is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 163 | 250 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.02 |
| HSL | 202.79º | 0.96% | 0.53% | - |
| HSV(B) | 202.79º | 0.92% | 0.98% | - |
| XYZ | 30.66 | 33.26 | 95.25 | - |
| YUV | 130.46 | 195.46 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 163 | 250 | 0.92 | 0.35 | 0 | 0.02 | 202.79 | 0.96 | 0.53 |
| Hex | 15 | A3 | FA | 5C | 23 | 0 | 2 | CB | 60 | 35 |
| Octal | 25 | 243 | 372 | 134 | 43 | 0 | 2 | 313 | 140 | 65 |
| Binary | 10101 | 10100011 | 11111010 | 1011100 | 100011 | 0 | 10 | 11001011 | 1100000 | 110101 |
Color Harmonies of #15A3FA
Complementary color
Monochromatic Colors of #15A3FA
Black with #15A3FA
Text Example
Text Example
White with #15A3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A3FA; }
p { color: rgb(21,163,250); }
H1.HeaderClassName
{
color: #15A3FA;
}
.AnyTagClassName
{
color: #15A3FA;
}
</style>
background-color css
<style>
a { background-color: #15A3FA; }
a { background-color: rgb(21,163,250); }
div.DivClassName
{
background-color: #15A3FA;
}
.BgClassName
{
background-color: #15A3FA;
}
</style>
border-color css
<style>
span { border-color: #15A3FA; }
span { border-color: rgb(21,163,250); }
td.TdClassName
{
border-color: #15A3FA;
}
.TagClassName
{
border-color: #15A3FA;
}
</style>