Shades of Dodger Blue #158DEA
Tints of Dodger Blue #158DEA
RGB
CMYK
RGB Variations
Color information
#158DEA (or 0x158DEA) is known color: Dodger Blue. HEX triplet: 15, 8D and EA. RGB value is (21,141,234). Sum of RGB (Red+Green+Blue) = 21+141+234=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #158DEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158DEA is #EA7215. Grayscale: #737373. Windows color (decimal): -15364630 or 15371541. OLE color: 15371541.
HSL color Cylindrical-coordinate representation of color #158DEA: hue angle of 206.2º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158DEA is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 141 | 234 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.08 |
| HSL | 206.2º | 0.84% | 0.5% | - |
| HSV(B) | 206.2º | 0.91% | 0.92% | - |
| XYZ | 24.69 | 25.15 | 81.4 | - |
| YUV | 115.72 | 194.74 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 141 | 234 | 0.91 | 0.40 | 0 | 0.08 | 206.2 | 0.84 | 0.5 |
| Hex | 15 | 8D | EA | 5B | 28 | 0 | 8 | CE | 54 | 32 |
| Octal | 25 | 215 | 352 | 133 | 50 | 0 | 10 | 316 | 124 | 62 |
| Binary | 10101 | 10001101 | 11101010 | 1011011 | 101000 | 0 | 1000 | 11001110 | 1010100 | 110010 |
Color Harmonies of #158DEA
Complementary color
Monochromatic Colors of #158DEA
Black with #158DEA
Text Example
Text Example
White with #158DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158DEA; }
p { color: rgb(21,141,234); }
H1.HeaderClassName
{
color: #158DEA;
}
.AnyTagClassName
{
color: #158DEA;
}
</style>
background-color css
<style>
a { background-color: #158DEA; }
a { background-color: rgb(21,141,234); }
div.DivClassName
{
background-color: #158DEA;
}
.BgClassName
{
background-color: #158DEA;
}
</style>
border-color css
<style>
span { border-color: #158DEA; }
span { border-color: rgb(21,141,234); }
td.TdClassName
{
border-color: #158DEA;
}
.TagClassName
{
border-color: #158DEA;
}
</style>