Shades of Dodger Blue #15A8FC
Tints of Dodger Blue #15A8FC
RGB
CMYK
RGB Variations
Color information
#15A8FC (or 0x15A8FC) is known color: Dodger Blue. HEX triplet: 15, A8 and FC. RGB value is (21,168,252). Sum of RGB (Red+Green+Blue) = 21+168+252=441 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.76% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #15A8FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A8FC is #EA5703. Grayscale: #858585. Windows color (decimal): -15357700 or 16558101. OLE color: 16558101.
HSL color Cylindrical-coordinate representation of color #15A8FC: hue angle of 201.82º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15A8FC is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 168 | 252 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.01 |
| HSL | 201.82º | 0.97% | 0.54% | - |
| HSV(B) | 201.82º | 0.92% | 0.99% | - |
| XYZ | 31.88 | 35.19 | 97.21 | - |
| YUV | 133.62 | 194.8 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 168 | 252 | 0.92 | 0.33 | 0 | 0.01 | 201.82 | 0.97 | 0.54 |
| Hex | 15 | A8 | FC | 5C | 21 | 0 | 1 | CA | 61 | 36 |
| Octal | 25 | 250 | 374 | 134 | 41 | 0 | 1 | 312 | 141 | 66 |
| Binary | 10101 | 10101000 | 11111100 | 1011100 | 100001 | 0 | 1 | 11001010 | 1100001 | 110110 |
Color Harmonies of #15A8FC
Complementary color
Monochromatic Colors of #15A8FC
Black with #15A8FC
Text Example
Text Example
White with #15A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A8FC; }
p { color: rgb(21,168,252); }
H1.HeaderClassName
{
color: #15A8FC;
}
.AnyTagClassName
{
color: #15A8FC;
}
</style>
background-color css
<style>
a { background-color: #15A8FC; }
a { background-color: rgb(21,168,252); }
div.DivClassName
{
background-color: #15A8FC;
}
.BgClassName
{
background-color: #15A8FC;
}
</style>
border-color css
<style>
span { border-color: #15A8FC; }
span { border-color: rgb(21,168,252); }
td.TdClassName
{
border-color: #15A8FC;
}
.TagClassName
{
border-color: #15A8FC;
}
</style>