Shades of Dodger Blue #15A0FE
Tints of Dodger Blue #15A0FE
RGB
CMYK
RGB Variations
Color information
#15A0FE (or 0x15A0FE) is known color: Dodger Blue. HEX triplet: 15, A0 and FE. RGB value is (21,160,254). Sum of RGB (Red+Green+Blue) = 21+160+254=435 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.83% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #15A0FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A0FE is #EA5F01. Grayscale: #808080. Windows color (decimal): -15359746 or 16687125. OLE color: 16687125.
HSL color Cylindrical-coordinate representation of color #15A0FE: hue angle of 204.21º 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 #15A0FE is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 160 | 254 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.00 |
| HSL | 204.21º | 0.99% | 0.54% | - |
| HSV(B) | 204.21º | 0.92% | 1% | - |
| XYZ | 30.77 | 32.46 | 98.41 | - |
| YUV | 129.16 | 198.45 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 254 | 0.92 | 0.37 | 0 | 0.00 | 204.21 | 0.99 | 0.54 |
| Hex | 15 | A0 | FE | 5C | 25 | 0 | 0 | CC | 63 | 36 |
| Octal | 25 | 240 | 376 | 134 | 45 | 0 | 0 | 314 | 143 | 66 |
| Binary | 10101 | 10100000 | 11111110 | 1011100 | 100101 | 0 | 0 | 11001100 | 1100011 | 110110 |
Color Harmonies of #15A0FE
Complementary color
Monochromatic Colors of #15A0FE
Black with #15A0FE
Text Example
Text Example
White with #15A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A0FE; }
p { color: rgb(21,160,254); }
H1.HeaderClassName
{
color: #15A0FE;
}
.AnyTagClassName
{
color: #15A0FE;
}
</style>
background-color css
<style>
a { background-color: #15A0FE; }
a { background-color: rgb(21,160,254); }
div.DivClassName
{
background-color: #15A0FE;
}
.BgClassName
{
background-color: #15A0FE;
}
</style>
border-color css
<style>
span { border-color: #15A0FE; }
span { border-color: rgb(21,160,254); }
td.TdClassName
{
border-color: #15A0FE;
}
.TagClassName
{
border-color: #15A0FE;
}
</style>