Shades of Dodger Blue #157AE8
Tints of Dodger Blue #157AE8
RGB
CMYK
RGB Variations
Color information
#157AE8 (or 0x157AE8) is known color: Dodger Blue. HEX triplet: 15, 7A and E8. RGB value is (21,122,232). Sum of RGB (Red+Green+Blue) = 21+122+232=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 232 (91.02% from 255 or 61.87% from 375); Max value from RGB is 232 - color contains mainly: blue. Hex color #157AE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157AE8 is #EA8517. Grayscale: #676767. Windows color (decimal): -15369496 or 15235605. OLE color: 15235605.
HSL color Cylindrical-coordinate representation of color #157AE8: hue angle of 211.28º 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 #157AE8 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 122 | 232 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.09 |
| HSL | 211.28º | 0.83% | 0.5% | - |
| HSV(B) | 211.28º | 0.91% | 0.91% | - |
| XYZ | 21.83 | 19.9 | 79.04 | - |
| YUV | 104.34 | 200.04 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 122 | 232 | 0.91 | 0.47 | 0 | 0.09 | 211.28 | 0.83 | 0.5 |
| Hex | 15 | 7A | E8 | 5B | 2F | 0 | 9 | D3 | 53 | 32 |
| Octal | 25 | 172 | 350 | 133 | 57 | 0 | 11 | 323 | 123 | 62 |
| Binary | 10101 | 1111010 | 11101000 | 1011011 | 101111 | 0 | 1001 | 11010011 | 1010011 | 110010 |
Color Harmonies of #157AE8
Complementary color
Monochromatic Colors of #157AE8
Black with #157AE8
Text Example
Text Example
White with #157AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157AE8; }
p { color: rgb(21,122,232); }
H1.HeaderClassName
{
color: #157AE8;
}
.AnyTagClassName
{
color: #157AE8;
}
</style>
background-color css
<style>
a { background-color: #157AE8; }
a { background-color: rgb(21,122,232); }
div.DivClassName
{
background-color: #157AE8;
}
.BgClassName
{
background-color: #157AE8;
}
</style>
border-color css
<style>
span { border-color: #157AE8; }
span { border-color: rgb(21,122,232); }
td.TdClassName
{
border-color: #157AE8;
}
.TagClassName
{
border-color: #157AE8;
}
</style>