Shades of Dodger Blue #157CE2
Tints of Dodger Blue #157CE2
RGB
CMYK
RGB Variations
Color information
#157CE2 (or 0x157CE2) is known color: Dodger Blue. HEX triplet: 15, 7C and E2. RGB value is (21,124,226). Sum of RGB (Red+Green+Blue) = 21+124+226=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 226 (88.67% from 255 or 60.92% from 371); Max value from RGB is 226 - color contains mainly: blue. Hex color #157CE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CE2 is #EA831D. Grayscale: #686868. Windows color (decimal): -15368990 or 14842901. OLE color: 14842901.
HSL color Cylindrical-coordinate representation of color #157CE2: hue angle of 209.85º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157CE2 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 124 | 226 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.11 |
| HSL | 209.85º | 0.83% | 0.48% | - |
| HSV(B) | 209.85º | 0.91% | 0.89% | - |
| XYZ | 21.24 | 20.07 | 74.7 | - |
| YUV | 104.83 | 196.38 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 226 | 0.91 | 0.45 | 0 | 0.11 | 209.85 | 0.83 | 0.48 |
| Hex | 15 | 7C | E2 | 5B | 2D | 0 | B | D2 | 53 | 30 |
| Octal | 25 | 174 | 342 | 133 | 55 | 0 | 13 | 322 | 123 | 60 |
| Binary | 10101 | 1111100 | 11100010 | 1011011 | 101101 | 0 | 1011 | 11010010 | 1010011 | 110000 |
Color Harmonies of #157CE2
Complementary color
Monochromatic Colors of #157CE2
Black with #157CE2
Text Example
Text Example
White with #157CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CE2; }
p { color: rgb(21,124,226); }
H1.HeaderClassName
{
color: #157CE2;
}
.AnyTagClassName
{
color: #157CE2;
}
</style>
background-color css
<style>
a { background-color: #157CE2; }
a { background-color: rgb(21,124,226); }
div.DivClassName
{
background-color: #157CE2;
}
.BgClassName
{
background-color: #157CE2;
}
</style>
border-color css
<style>
span { border-color: #157CE2; }
span { border-color: rgb(21,124,226); }
td.TdClassName
{
border-color: #157CE2;
}
.TagClassName
{
border-color: #157CE2;
}
</style>