Shades of Dodger Blue #157CEC
Tints of Dodger Blue #157CEC
RGB
CMYK
RGB Variations
Color information
#157CEC (or 0x157CEC) is known color: Dodger Blue. HEX triplet: 15, 7C and EC. RGB value is (21,124,236). Sum of RGB (Red+Green+Blue) = 21+124+236=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #157CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157CEC is #EA8313. Grayscale: #696969. Windows color (decimal): -15368980 or 15498261. OLE color: 15498261.
HSL color Cylindrical-coordinate representation of color #157CEC: hue angle of 211.26º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157CEC is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 124 | 236 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.07 |
| HSL | 211.26º | 0.85% | 0.5% | - |
| HSV(B) | 211.26º | 0.91% | 0.93% | - |
| XYZ | 22.66 | 20.63 | 82.14 | - |
| YUV | 105.97 | 201.38 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 236 | 0.91 | 0.47 | 0 | 0.07 | 211.26 | 0.85 | 0.5 |
| Hex | 15 | 7C | EC | 5B | 2F | 0 | 7 | D3 | 55 | 32 |
| Octal | 25 | 174 | 354 | 133 | 57 | 0 | 7 | 323 | 125 | 62 |
| Binary | 10101 | 1111100 | 11101100 | 1011011 | 101111 | 0 | 111 | 11010011 | 1010101 | 110010 |
Color Harmonies of #157CEC
Complementary color
Monochromatic Colors of #157CEC
Black with #157CEC
Text Example
Text Example
White with #157CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CEC; }
p { color: rgb(21,124,236); }
H1.HeaderClassName
{
color: #157CEC;
}
.AnyTagClassName
{
color: #157CEC;
}
</style>
background-color css
<style>
a { background-color: #157CEC; }
a { background-color: rgb(21,124,236); }
div.DivClassName
{
background-color: #157CEC;
}
.BgClassName
{
background-color: #157CEC;
}
</style>
border-color css
<style>
span { border-color: #157CEC; }
span { border-color: rgb(21,124,236); }
td.TdClassName
{
border-color: #157CEC;
}
.TagClassName
{
border-color: #157CEC;
}
</style>