Shades of Dodger Blue #157EF2
Tints of Dodger Blue #157EF2
RGB
CMYK
RGB Variations
Color information
#157EF2 (or 0x157EF2) is known color: Dodger Blue. HEX triplet: 15, 7E and F2. RGB value is (21,126,242). Sum of RGB (Red+Green+Blue) = 21+126+242=389 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.40% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 242 (94.92% from 255 or 62.21% from 389); Max value from RGB is 242 - color contains mainly: blue. Hex color #157EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157EF2 is #EA810D. Grayscale: #6B6B6B. Windows color (decimal): -15368462 or 15891989. OLE color: 15891989.
HSL color Cylindrical-coordinate representation of color #157EF2: hue angle of 211.49º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157EF2 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 126 | 242 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.05 |
| HSL | 211.49º | 0.89% | 0.52% | - |
| HSV(B) | 211.49º | 0.91% | 0.95% | - |
| XYZ | 23.8 | 21.49 | 86.9 | - |
| YUV | 107.83 | 203.71 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 126 | 242 | 0.91 | 0.48 | 0 | 0.05 | 211.49 | 0.89 | 0.52 |
| Hex | 15 | 7E | F2 | 5B | 30 | 0 | 5 | D3 | 59 | 34 |
| Octal | 25 | 176 | 362 | 133 | 60 | 0 | 5 | 323 | 131 | 64 |
| Binary | 10101 | 1111110 | 11110010 | 1011011 | 110000 | 0 | 101 | 11010011 | 1011001 | 110100 |
Color Harmonies of #157EF2
Complementary color
Monochromatic Colors of #157EF2
Black with #157EF2
Text Example
Text Example
White with #157EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157EF2; }
p { color: rgb(21,126,242); }
H1.HeaderClassName
{
color: #157EF2;
}
.AnyTagClassName
{
color: #157EF2;
}
</style>
background-color css
<style>
a { background-color: #157EF2; }
a { background-color: rgb(21,126,242); }
div.DivClassName
{
background-color: #157EF2;
}
.BgClassName
{
background-color: #157EF2;
}
</style>
border-color css
<style>
span { border-color: #157EF2; }
span { border-color: rgb(21,126,242); }
td.TdClassName
{
border-color: #157EF2;
}
.TagClassName
{
border-color: #157EF2;
}
</style>