Shades of Dodger Blue #157EE4
Tints of Dodger Blue #157EE4
RGB
CMYK
RGB Variations
Color information
#157EE4 (or 0x157EE4) is known color: Dodger Blue. HEX triplet: 15, 7E and E4. RGB value is (21,126,228). Sum of RGB (Red+Green+Blue) = 21+126+228=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 228 (89.45% from 255 or 60.8% from 375); Max value from RGB is 228 - color contains mainly: blue. Hex color #157EE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157EE4 is #EA811B. Grayscale: #696969. Windows color (decimal): -15368476 or 14974485. OLE color: 14974485.
HSL color Cylindrical-coordinate representation of color #157EE4: hue angle of 209.57º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157EE4 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 126 | 228 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.11 |
| HSL | 209.57º | 0.83% | 0.49% | - |
| HSV(B) | 209.57º | 0.91% | 0.89% | - |
| XYZ | 21.77 | 20.68 | 76.24 | - |
| YUV | 106.23 | 196.71 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 126 | 228 | 0.91 | 0.45 | 0 | 0.11 | 209.57 | 0.83 | 0.49 |
| Hex | 15 | 7E | E4 | 5B | 2D | 0 | B | D2 | 53 | 31 |
| Octal | 25 | 176 | 344 | 133 | 55 | 0 | 13 | 322 | 123 | 61 |
| Binary | 10101 | 1111110 | 11100100 | 1011011 | 101101 | 0 | 1011 | 11010010 | 1010011 | 110001 |
Color Harmonies of #157EE4
Complementary color
Monochromatic Colors of #157EE4
Black with #157EE4
Text Example
Text Example
White with #157EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157EE4; }
p { color: rgb(21,126,228); }
H1.HeaderClassName
{
color: #157EE4;
}
.AnyTagClassName
{
color: #157EE4;
}
</style>
background-color css
<style>
a { background-color: #157EE4; }
a { background-color: rgb(21,126,228); }
div.DivClassName
{
background-color: #157EE4;
}
.BgClassName
{
background-color: #157EE4;
}
</style>
border-color css
<style>
span { border-color: #157EE4; }
span { border-color: rgb(21,126,228); }
td.TdClassName
{
border-color: #157EE4;
}
.TagClassName
{
border-color: #157EE4;
}
</style>