Shades of Dodger Blue #15A8FE
Tints of Dodger Blue #15A8FE
RGB
CMYK
RGB Variations
Color information
#15A8FE (or 0x15A8FE) is known color: Dodger Blue. HEX triplet: 15, A8 and FE. RGB value is (21,168,254). Sum of RGB (Red+Green+Blue) = 21+168+254=443 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.74% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #15A8FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A8FE is #EA5701. Grayscale: #858585. Windows color (decimal): -15357698 or 16689173. OLE color: 16689173.
HSL color Cylindrical-coordinate representation of color #15A8FE: hue angle of 202.15º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15A8FE is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 168 | 254 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.00 |
| HSL | 202.15º | 0.99% | 0.54% | - |
| HSV(B) | 202.15º | 0.92% | 1% | - |
| XYZ | 32.2 | 35.32 | 98.89 | - |
| YUV | 133.85 | 195.8 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 168 | 254 | 0.92 | 0.34 | 0 | 0.00 | 202.15 | 0.99 | 0.54 |
| Hex | 15 | A8 | FE | 5C | 22 | 0 | 0 | CA | 63 | 36 |
| Octal | 25 | 250 | 376 | 134 | 42 | 0 | 0 | 312 | 143 | 66 |
| Binary | 10101 | 10101000 | 11111110 | 1011100 | 100010 | 0 | 0 | 11001010 | 1100011 | 110110 |
Color Harmonies of #15A8FE
Complementary color
Monochromatic Colors of #15A8FE
Black with #15A8FE
Text Example
Text Example
White with #15A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A8FE; }
p { color: rgb(21,168,254); }
H1.HeaderClassName
{
color: #15A8FE;
}
.AnyTagClassName
{
color: #15A8FE;
}
</style>
background-color css
<style>
a { background-color: #15A8FE; }
a { background-color: rgb(21,168,254); }
div.DivClassName
{
background-color: #15A8FE;
}
.BgClassName
{
background-color: #15A8FE;
}
</style>
border-color css
<style>
span { border-color: #15A8FE; }
span { border-color: rgb(21,168,254); }
td.TdClassName
{
border-color: #15A8FE;
}
.TagClassName
{
border-color: #15A8FE;
}
</style>