Shades of Dodger Blue #157EED
Tints of Dodger Blue #157EED
RGB
CMYK
RGB Variations
Color information
#157EED (or 0x157EED) is known color: Dodger Blue. HEX triplet: 15, 7E and ED. RGB value is (21,126,237). Sum of RGB (Red+Green+Blue) = 21+126+237=384 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.47% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #157EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157EED is #EA8112. Grayscale: #6A6A6A. Windows color (decimal): -15368467 or 15564309. OLE color: 15564309.
HSL color Cylindrical-coordinate representation of color #157EED: hue angle of 210.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157EED is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 126 | 237 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.07 |
| HSL | 210.83º | 0.86% | 0.51% | - |
| HSV(B) | 210.83º | 0.91% | 0.93% | - |
| XYZ | 23.06 | 21.2 | 83 | - |
| YUV | 107.26 | 201.21 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 126 | 237 | 0.91 | 0.47 | 0 | 0.07 | 210.83 | 0.86 | 0.51 |
| Hex | 15 | 7E | ED | 5B | 2F | 0 | 7 | D3 | 56 | 33 |
| Octal | 25 | 176 | 355 | 133 | 57 | 0 | 7 | 323 | 126 | 63 |
| Binary | 10101 | 1111110 | 11101101 | 1011011 | 101111 | 0 | 111 | 11010011 | 1010110 | 110011 |
Color Harmonies of #157EED
Complementary color
Monochromatic Colors of #157EED
Black with #157EED
Text Example
Text Example
White with #157EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157EED; }
p { color: rgb(21,126,237); }
H1.HeaderClassName
{
color: #157EED;
}
.AnyTagClassName
{
color: #157EED;
}
</style>
background-color css
<style>
a { background-color: #157EED; }
a { background-color: rgb(21,126,237); }
div.DivClassName
{
background-color: #157EED;
}
.BgClassName
{
background-color: #157EED;
}
</style>
border-color css
<style>
span { border-color: #157EED; }
span { border-color: rgb(21,126,237); }
td.TdClassName
{
border-color: #157EED;
}
.TagClassName
{
border-color: #157EED;
}
</style>