Shades of Dodger Blue #157CEF
Tints of Dodger Blue #157CEF
RGB
CMYK
RGB Variations
Color information
#157CEF (or 0x157CEF) is known color: Dodger Blue. HEX triplet: 15, 7C and EF. RGB value is (21,124,239). Sum of RGB (Red+Green+Blue) = 21+124+239=384 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.47% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #157CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157CEF is #EA8310. Grayscale: #696969. Windows color (decimal): -15368977 or 15694869. OLE color: 15694869.
HSL color Cylindrical-coordinate representation of color #157CEF: hue angle of 211.65º 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 #157CEF is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 124 | 239 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.06 |
| HSL | 211.65º | 0.87% | 0.51% | - |
| HSV(B) | 211.65º | 0.91% | 0.94% | - |
| XYZ | 23.1 | 20.81 | 84.46 | - |
| YUV | 106.31 | 202.88 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 239 | 0.91 | 0.48 | 0 | 0.06 | 211.65 | 0.87 | 0.51 |
| Hex | 15 | 7C | EF | 5B | 30 | 0 | 6 | D4 | 57 | 33 |
| Octal | 25 | 174 | 357 | 133 | 60 | 0 | 6 | 324 | 127 | 63 |
| Binary | 10101 | 1111100 | 11101111 | 1011011 | 110000 | 0 | 110 | 11010100 | 1010111 | 110011 |
Color Harmonies of #157CEF
Complementary color
Monochromatic Colors of #157CEF
Black with #157CEF
Text Example
Text Example
White with #157CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CEF; }
p { color: rgb(21,124,239); }
H1.HeaderClassName
{
color: #157CEF;
}
.AnyTagClassName
{
color: #157CEF;
}
</style>
background-color css
<style>
a { background-color: #157CEF; }
a { background-color: rgb(21,124,239); }
div.DivClassName
{
background-color: #157CEF;
}
.BgClassName
{
background-color: #157CEF;
}
</style>
border-color css
<style>
span { border-color: #157CEF; }
span { border-color: rgb(21,124,239); }
td.TdClassName
{
border-color: #157CEF;
}
.TagClassName
{
border-color: #157CEF;
}
</style>