Shades of Dodger Blue #157FEC
Tints of Dodger Blue #157FEC
RGB
CMYK
RGB Variations
Color information
#157FEC (or 0x157FEC) is known color: Dodger Blue. HEX triplet: 15, 7F and EC. RGB value is (21,127,236). Sum of RGB (Red+Green+Blue) = 21+127+236=384 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.47% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #157FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157FEC is #EA8013. Grayscale: #6B6B6B. Windows color (decimal): -15368212 or 15499029. OLE color: 15499029.
HSL color Cylindrical-coordinate representation of color #157FEC: hue angle of 210.42º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157FEC is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 127 | 236 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.07 |
| HSL | 210.42º | 0.85% | 0.5% | - |
| HSV(B) | 210.42º | 0.91% | 0.93% | - |
| XYZ | 23.04 | 21.39 | 82.27 | - |
| YUV | 107.73 | 200.38 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 236 | 0.91 | 0.46 | 0 | 0.07 | 210.42 | 0.85 | 0.5 |
| Hex | 15 | 7F | EC | 5B | 2E | 0 | 7 | D2 | 55 | 32 |
| Octal | 25 | 177 | 354 | 133 | 56 | 0 | 7 | 322 | 125 | 62 |
| Binary | 10101 | 1111111 | 11101100 | 1011011 | 101110 | 0 | 111 | 11010010 | 1010101 | 110010 |
Color Harmonies of #157FEC
Complementary color
Monochromatic Colors of #157FEC
Black with #157FEC
Text Example
Text Example
White with #157FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157FEC; }
p { color: rgb(21,127,236); }
H1.HeaderClassName
{
color: #157FEC;
}
.AnyTagClassName
{
color: #157FEC;
}
</style>
background-color css
<style>
a { background-color: #157FEC; }
a { background-color: rgb(21,127,236); }
div.DivClassName
{
background-color: #157FEC;
}
.BgClassName
{
background-color: #157FEC;
}
</style>
border-color css
<style>
span { border-color: #157FEC; }
span { border-color: rgb(21,127,236); }
td.TdClassName
{
border-color: #157FEC;
}
.TagClassName
{
border-color: #157FEC;
}
</style>