Shades of Dodger Blue #157CEE
Tints of Dodger Blue #157CEE
RGB
CMYK
RGB Variations
Color information
#157CEE (or 0x157CEE) is known color: Dodger Blue. HEX triplet: 15, 7C and EE. RGB value is (21,124,238). Sum of RGB (Red+Green+Blue) = 21+124+238=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #157CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157CEE is #EA8311. Grayscale: #696969. Windows color (decimal): -15368978 or 15629333. OLE color: 15629333.
HSL color Cylindrical-coordinate representation of color #157CEE: hue angle of 211.52º 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 #157CEE is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 124 | 238 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.07 |
| HSL | 211.52º | 0.86% | 0.51% | - |
| HSV(B) | 211.52º | 0.91% | 0.93% | - |
| XYZ | 22.95 | 20.75 | 83.68 | - |
| YUV | 106.2 | 202.38 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 238 | 0.91 | 0.48 | 0 | 0.07 | 211.52 | 0.86 | 0.51 |
| Hex | 15 | 7C | EE | 5B | 30 | 0 | 7 | D4 | 56 | 33 |
| Octal | 25 | 174 | 356 | 133 | 60 | 0 | 7 | 324 | 126 | 63 |
| Binary | 10101 | 1111100 | 11101110 | 1011011 | 110000 | 0 | 111 | 11010100 | 1010110 | 110011 |
Color Harmonies of #157CEE
Complementary color
Monochromatic Colors of #157CEE
Black with #157CEE
Text Example
Text Example
White with #157CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CEE; }
p { color: rgb(21,124,238); }
H1.HeaderClassName
{
color: #157CEE;
}
.AnyTagClassName
{
color: #157CEE;
}
</style>
background-color css
<style>
a { background-color: #157CEE; }
a { background-color: rgb(21,124,238); }
div.DivClassName
{
background-color: #157CEE;
}
.BgClassName
{
background-color: #157CEE;
}
</style>
border-color css
<style>
span { border-color: #157CEE; }
span { border-color: rgb(21,124,238); }
td.TdClassName
{
border-color: #157CEE;
}
.TagClassName
{
border-color: #157CEE;
}
</style>