Shades of Dodger Blue #15A5FE
Tints of Dodger Blue #15A5FE
RGB
CMYK
RGB Variations
Color information
#15A5FE (or 0x15A5FE) is known color: Dodger Blue. HEX triplet: 15, A5 and FE. RGB value is (21,165,254). Sum of RGB (Red+Green+Blue) = 21+165+254=440 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.77% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #15A5FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A5FE is #EA5A01. Grayscale: #838383. Windows color (decimal): -15358466 or 16688405. OLE color: 16688405.
HSL color Cylindrical-coordinate representation of color #15A5FE: hue angle of 202.92º 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 #15A5FE is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 165 | 254 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.00 |
| HSL | 202.92º | 0.99% | 0.54% | - |
| HSV(B) | 202.92º | 0.92% | 1% | - |
| XYZ | 31.65 | 34.23 | 98.7 | - |
| YUV | 132.09 | 196.79 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 165 | 254 | 0.92 | 0.35 | 0 | 0.00 | 202.92 | 0.99 | 0.54 |
| Hex | 15 | A5 | FE | 5C | 23 | 0 | 0 | CB | 63 | 36 |
| Octal | 25 | 245 | 376 | 134 | 43 | 0 | 0 | 313 | 143 | 66 |
| Binary | 10101 | 10100101 | 11111110 | 1011100 | 100011 | 0 | 0 | 11001011 | 1100011 | 110110 |
Color Harmonies of #15A5FE
Complementary color
Monochromatic Colors of #15A5FE
Black with #15A5FE
Text Example
Text Example
White with #15A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A5FE; }
p { color: rgb(21,165,254); }
H1.HeaderClassName
{
color: #15A5FE;
}
.AnyTagClassName
{
color: #15A5FE;
}
</style>
background-color css
<style>
a { background-color: #15A5FE; }
a { background-color: rgb(21,165,254); }
div.DivClassName
{
background-color: #15A5FE;
}
.BgClassName
{
background-color: #15A5FE;
}
</style>
border-color css
<style>
span { border-color: #15A5FE; }
span { border-color: rgb(21,165,254); }
td.TdClassName
{
border-color: #15A5FE;
}
.TagClassName
{
border-color: #15A5FE;
}
</style>