Shades of Dodger Blue #15A6F2
Tints of Dodger Blue #15A6F2
RGB
CMYK
RGB Variations
Color information
#15A6F2 (or 0x15A6F2) is known color: Dodger Blue. HEX triplet: 15, A6 and F2. RGB value is (21,166,242). Sum of RGB (Red+Green+Blue) = 21+166+242=429 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.90% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 242 (94.92% from 255 or 56.41% from 429); Max value from RGB is 242 - color contains mainly: blue. Hex color #15A6F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A6F2 is #EA590D. Grayscale: #828282. Windows color (decimal): -15358222 or 15902229. OLE color: 15902229.
HSL color Cylindrical-coordinate representation of color #15A6F2: hue angle of 200.63º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15A6F2 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 166 | 242 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.05 |
| HSL | 200.63º | 0.89% | 0.52% | - |
| HSV(B) | 200.63º | 0.91% | 0.95% | - |
| XYZ | 29.97 | 33.84 | 88.96 | - |
| YUV | 131.31 | 190.46 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 166 | 242 | 0.91 | 0.31 | 0 | 0.05 | 200.63 | 0.89 | 0.52 |
| Hex | 15 | A6 | F2 | 5B | 1F | 0 | 5 | C9 | 59 | 34 |
| Octal | 25 | 246 | 362 | 133 | 37 | 0 | 5 | 311 | 131 | 64 |
| Binary | 10101 | 10100110 | 11110010 | 1011011 | 11111 | 0 | 101 | 11001001 | 1011001 | 110100 |
Color Harmonies of #15A6F2
Complementary color
Monochromatic Colors of #15A6F2
Black with #15A6F2
Text Example
Text Example
White with #15A6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A6F2; }
p { color: rgb(21,166,242); }
H1.HeaderClassName
{
color: #15A6F2;
}
.AnyTagClassName
{
color: #15A6F2;
}
</style>
background-color css
<style>
a { background-color: #15A6F2; }
a { background-color: rgb(21,166,242); }
div.DivClassName
{
background-color: #15A6F2;
}
.BgClassName
{
background-color: #15A6F2;
}
</style>
border-color css
<style>
span { border-color: #15A6F2; }
span { border-color: rgb(21,166,242); }
td.TdClassName
{
border-color: #15A6F2;
}
.TagClassName
{
border-color: #15A6F2;
}
</style>