Shades of Dodger Blue #158FDE
Tints of Dodger Blue #158FDE
RGB
CMYK
RGB Variations
Color information
#158FDE (or 0x158FDE) is known color: Dodger Blue. HEX triplet: 15, 8F and DE. RGB value is (21,143,222). Sum of RGB (Red+Green+Blue) = 21+143+222=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #158FDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158FDE is #EA7021. Grayscale: #737373. Windows color (decimal): -15364130 or 14585621. OLE color: 14585621.
HSL color Cylindrical-coordinate representation of color #158FDE: hue angle of 203.58º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158FDE is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 143 | 222 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.13 |
| HSL | 203.58º | 0.83% | 0.48% | - |
| HSV(B) | 203.58º | 0.91% | 0.87% | - |
| XYZ | 23.32 | 25.08 | 72.72 | - |
| YUV | 115.53 | 188.08 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 222 | 0.91 | 0.36 | 0 | 0.13 | 203.58 | 0.83 | 0.48 |
| Hex | 15 | 8F | DE | 5B | 24 | 0 | D | CC | 53 | 30 |
| Octal | 25 | 217 | 336 | 133 | 44 | 0 | 15 | 314 | 123 | 60 |
| Binary | 10101 | 10001111 | 11011110 | 1011011 | 100100 | 0 | 1101 | 11001100 | 1010011 | 110000 |
Color Harmonies of #158FDE
Complementary color
Monochromatic Colors of #158FDE
Black with #158FDE
Text Example
Text Example
White with #158FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158FDE; }
p { color: rgb(21,143,222); }
H1.HeaderClassName
{
color: #158FDE;
}
.AnyTagClassName
{
color: #158FDE;
}
</style>
background-color css
<style>
a { background-color: #158FDE; }
a { background-color: rgb(21,143,222); }
div.DivClassName
{
background-color: #158FDE;
}
.BgClassName
{
background-color: #158FDE;
}
</style>
border-color css
<style>
span { border-color: #158FDE; }
span { border-color: rgb(21,143,222); }
td.TdClassName
{
border-color: #158FDE;
}
.TagClassName
{
border-color: #158FDE;
}
</style>