Shades of Dodger Blue #158FEA
Tints of Dodger Blue #158FEA
RGB
CMYK
RGB Variations
Color information
#158FEA (or 0x158FEA) is known color: Dodger Blue. HEX triplet: 15, 8F and EA. RGB value is (21,143,234). Sum of RGB (Red+Green+Blue) = 21+143+234=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #158FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158FEA is #EA7015. Grayscale: #747474. Windows color (decimal): -15364118 or 15372053. OLE color: 15372053.
HSL color Cylindrical-coordinate representation of color #158FEA: hue angle of 205.63º 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 #158FEA is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 143 | 234 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.08 |
| HSL | 205.63º | 0.84% | 0.5% | - |
| HSV(B) | 205.63º | 0.91% | 0.92% | - |
| XYZ | 24.98 | 25.74 | 81.49 | - |
| YUV | 116.9 | 194.08 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 234 | 0.91 | 0.39 | 0 | 0.08 | 205.63 | 0.84 | 0.5 |
| Hex | 15 | 8F | EA | 5B | 27 | 0 | 8 | CE | 54 | 32 |
| Octal | 25 | 217 | 352 | 133 | 47 | 0 | 10 | 316 | 124 | 62 |
| Binary | 10101 | 10001111 | 11101010 | 1011011 | 100111 | 0 | 1000 | 11001110 | 1010100 | 110010 |
Color Harmonies of #158FEA
Complementary color
Monochromatic Colors of #158FEA
Black with #158FEA
Text Example
Text Example
White with #158FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158FEA; }
p { color: rgb(21,143,234); }
H1.HeaderClassName
{
color: #158FEA;
}
.AnyTagClassName
{
color: #158FEA;
}
</style>
background-color css
<style>
a { background-color: #158FEA; }
a { background-color: rgb(21,143,234); }
div.DivClassName
{
background-color: #158FEA;
}
.BgClassName
{
background-color: #158FEA;
}
</style>
border-color css
<style>
span { border-color: #158FEA; }
span { border-color: rgb(21,143,234); }
td.TdClassName
{
border-color: #158FEA;
}
.TagClassName
{
border-color: #158FEA;
}
</style>