Shades of Dodger Blue #157EFF
Tints of Dodger Blue #157EFF
RGB
CMYK
RGB Variations
Color information
#157EFF (or 0x157EFF) is known color: Dodger Blue. HEX triplet: 15, 7E and FF. RGB value is (21,126,255). Sum of RGB (Red+Green+Blue) = 21+126+255=402 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.22% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #157EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157EFF is #EA8100. Grayscale: #6C6C6C. Windows color (decimal): -15368449 or 16743957. OLE color: 16743957.
HSL color Cylindrical-coordinate representation of color #157EFF: hue angle of 213.08º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #157EFF is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 126 | 255 | - |
| CMYK | 0.92 | 0.51 | 0 | 0 |
| HSL | 213.08º | 1% | 0.54% | - |
| HSV(B) | 213.08º | 0.92% | 1% | - |
| XYZ | 25.82 | 22.3 | 97.55 | - |
| YUV | 109.31 | 210.21 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 126 | 255 | 0.92 | 0.51 | 0 | 0 | 213.08 | 1 | 0.54 |
| Hex | 15 | 7E | FF | 5C | 33 | 0 | 0 | D5 | 64 | 36 |
| Octal | 25 | 176 | 377 | 134 | 63 | 0 | 0 | 325 | 144 | 66 |
| Binary | 10101 | 1111110 | 11111111 | 1011100 | 110011 | 0 | 0 | 11010101 | 1100100 | 110110 |
Color Harmonies of #157EFF
Complementary color
Monochromatic Colors of #157EFF
Black with #157EFF
Text Example
Text Example
White with #157EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157EFF; }
p { color: rgb(21,126,255); }
H1.HeaderClassName
{
color: #157EFF;
}
.AnyTagClassName
{
color: #157EFF;
}
</style>
background-color css
<style>
a { background-color: #157EFF; }
a { background-color: rgb(21,126,255); }
div.DivClassName
{
background-color: #157EFF;
}
.BgClassName
{
background-color: #157EFF;
}
</style>
border-color css
<style>
span { border-color: #157EFF; }
span { border-color: rgb(21,126,255); }
td.TdClassName
{
border-color: #157EFF;
}
.TagClassName
{
border-color: #157EFF;
}
</style>