Shades of Dodger Blue #157CE8
Tints of Dodger Blue #157CE8
RGB
CMYK
RGB Variations
Color information
#157CE8 (or 0x157CE8) is known color: Dodger Blue. HEX triplet: 15, 7C and E8. RGB value is (21,124,232). Sum of RGB (Red+Green+Blue) = 21+124+232=377 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.57% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 232 (91.02% from 255 or 61.54% from 377); Max value from RGB is 232 - color contains mainly: blue. Hex color #157CE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157CE8 is #EA8317. Grayscale: #686868. Windows color (decimal): -15368984 or 15236117. OLE color: 15236117.
HSL color Cylindrical-coordinate representation of color #157CE8: hue angle of 210.71º 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 #157CE8 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 124 | 232 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.09 |
| HSL | 210.71º | 0.83% | 0.5% | - |
| HSV(B) | 210.71º | 0.91% | 0.91% | - |
| XYZ | 22.08 | 20.4 | 79.12 | - |
| YUV | 105.52 | 199.38 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 232 | 0.91 | 0.47 | 0 | 0.09 | 210.71 | 0.83 | 0.5 |
| Hex | 15 | 7C | E8 | 5B | 2F | 0 | 9 | D3 | 53 | 32 |
| Octal | 25 | 174 | 350 | 133 | 57 | 0 | 11 | 323 | 123 | 62 |
| Binary | 10101 | 1111100 | 11101000 | 1011011 | 101111 | 0 | 1001 | 11010011 | 1010011 | 110010 |
Color Harmonies of #157CE8
Complementary color
Monochromatic Colors of #157CE8
Black with #157CE8
Text Example
Text Example
White with #157CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CE8; }
p { color: rgb(21,124,232); }
H1.HeaderClassName
{
color: #157CE8;
}
.AnyTagClassName
{
color: #157CE8;
}
</style>
background-color css
<style>
a { background-color: #157CE8; }
a { background-color: rgb(21,124,232); }
div.DivClassName
{
background-color: #157CE8;
}
.BgClassName
{
background-color: #157CE8;
}
</style>
border-color css
<style>
span { border-color: #157CE8; }
span { border-color: rgb(21,124,232); }
td.TdClassName
{
border-color: #157CE8;
}
.TagClassName
{
border-color: #157CE8;
}
</style>