Shades of Dodger Blue #157EE8
Tints of Dodger Blue #157EE8
RGB
CMYK
RGB Variations
Color information
#157EE8 (or 0x157EE8) is known color: Dodger Blue. HEX triplet: 15, 7E and E8. RGB value is (21,126,232). Sum of RGB (Red+Green+Blue) = 21+126+232=379 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.54% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 232 (91.02% from 255 or 61.21% from 379); Max value from RGB is 232 - color contains mainly: blue. Hex color #157EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157EE8 is #EA8117. Grayscale: #6A6A6A. Windows color (decimal): -15368472 or 15236629. OLE color: 15236629.
HSL color Cylindrical-coordinate representation of color #157EE8: hue angle of 210.14º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157EE8 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 126 | 232 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.09 |
| HSL | 210.14º | 0.83% | 0.5% | - |
| HSV(B) | 210.14º | 0.91% | 0.91% | - |
| XYZ | 22.34 | 20.91 | 79.2 | - |
| YUV | 106.69 | 198.71 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 126 | 232 | 0.91 | 0.46 | 0 | 0.09 | 210.14 | 0.83 | 0.5 |
| Hex | 15 | 7E | E8 | 5B | 2E | 0 | 9 | D2 | 53 | 32 |
| Octal | 25 | 176 | 350 | 133 | 56 | 0 | 11 | 322 | 123 | 62 |
| Binary | 10101 | 1111110 | 11101000 | 1011011 | 101110 | 0 | 1001 | 11010010 | 1010011 | 110010 |
Color Harmonies of #157EE8
Complementary color
Monochromatic Colors of #157EE8
Black with #157EE8
Text Example
Text Example
White with #157EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157EE8; }
p { color: rgb(21,126,232); }
H1.HeaderClassName
{
color: #157EE8;
}
.AnyTagClassName
{
color: #157EE8;
}
</style>
background-color css
<style>
a { background-color: #157EE8; }
a { background-color: rgb(21,126,232); }
div.DivClassName
{
background-color: #157EE8;
}
.BgClassName
{
background-color: #157EE8;
}
</style>
border-color css
<style>
span { border-color: #157EE8; }
span { border-color: rgb(21,126,232); }
td.TdClassName
{
border-color: #157EE8;
}
.TagClassName
{
border-color: #157EE8;
}
</style>