Shades of Dodger Blue #157EEA
Tints of Dodger Blue #157EEA
RGB
CMYK
RGB Variations
Color information
#157EEA (or 0x157EEA) is known color: Dodger Blue. HEX triplet: 15, 7E and EA. RGB value is (21,126,234). Sum of RGB (Red+Green+Blue) = 21+126+234=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #157EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157EEA is #EA8115. Grayscale: #6A6A6A. Windows color (decimal): -15368470 or 15367701. OLE color: 15367701.
HSL color Cylindrical-coordinate representation of color #157EEA: hue angle of 210.42º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157EEA is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 126 | 234 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.08 |
| HSL | 210.42º | 0.84% | 0.5% | - |
| HSV(B) | 210.42º | 0.91% | 0.92% | - |
| XYZ | 22.62 | 21.02 | 80.71 | - |
| YUV | 106.92 | 199.71 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 126 | 234 | 0.91 | 0.46 | 0 | 0.08 | 210.42 | 0.84 | 0.5 |
| Hex | 15 | 7E | EA | 5B | 2E | 0 | 8 | D2 | 54 | 32 |
| Octal | 25 | 176 | 352 | 133 | 56 | 0 | 10 | 322 | 124 | 62 |
| Binary | 10101 | 1111110 | 11101010 | 1011011 | 101110 | 0 | 1000 | 11010010 | 1010100 | 110010 |
Color Harmonies of #157EEA
Complementary color
Monochromatic Colors of #157EEA
Black with #157EEA
Text Example
Text Example
White with #157EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157EEA; }
p { color: rgb(21,126,234); }
H1.HeaderClassName
{
color: #157EEA;
}
.AnyTagClassName
{
color: #157EEA;
}
</style>
background-color css
<style>
a { background-color: #157EEA; }
a { background-color: rgb(21,126,234); }
div.DivClassName
{
background-color: #157EEA;
}
.BgClassName
{
background-color: #157EEA;
}
</style>
border-color css
<style>
span { border-color: #157EEA; }
span { border-color: rgb(21,126,234); }
td.TdClassName
{
border-color: #157EEA;
}
.TagClassName
{
border-color: #157EEA;
}
</style>