Shades of Dodger Blue #158CEF
Tints of Dodger Blue #158CEF
RGB
CMYK
RGB Variations
Color information
#158CEF (or 0x158CEF) is known color: Dodger Blue. HEX triplet: 15, 8C and EF. RGB value is (21,140,239). Sum of RGB (Red+Green+Blue) = 21+140+239=400 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #158CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158CEF is #EA7310. Grayscale: #737373. Windows color (decimal): -15364881 or 15698965. OLE color: 15698965.
HSL color Cylindrical-coordinate representation of color #158CEF: hue angle of 207.25º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158CEF is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 140 | 239 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.06 |
| HSL | 207.25º | 0.87% | 0.51% | - |
| HSV(B) | 207.25º | 0.91% | 0.94% | - |
| XYZ | 25.27 | 25.15 | 85.18 | - |
| YUV | 115.71 | 197.58 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 239 | 0.91 | 0.41 | 0 | 0.06 | 207.25 | 0.87 | 0.51 |
| Hex | 15 | 8C | EF | 5B | 29 | 0 | 6 | CF | 57 | 33 |
| Octal | 25 | 214 | 357 | 133 | 51 | 0 | 6 | 317 | 127 | 63 |
| Binary | 10101 | 10001100 | 11101111 | 1011011 | 101001 | 0 | 110 | 11001111 | 1010111 | 110011 |
Color Harmonies of #158CEF
Complementary color
Monochromatic Colors of #158CEF
Black with #158CEF
Text Example
Text Example
White with #158CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158CEF; }
p { color: rgb(21,140,239); }
H1.HeaderClassName
{
color: #158CEF;
}
.AnyTagClassName
{
color: #158CEF;
}
</style>
background-color css
<style>
a { background-color: #158CEF; }
a { background-color: rgb(21,140,239); }
div.DivClassName
{
background-color: #158CEF;
}
.BgClassName
{
background-color: #158CEF;
}
</style>
border-color css
<style>
span { border-color: #158CEF; }
span { border-color: rgb(21,140,239); }
td.TdClassName
{
border-color: #158CEF;
}
.TagClassName
{
border-color: #158CEF;
}
</style>