Shades of Dodger Blue #157BEE
Tints of Dodger Blue #157BEE
RGB
CMYK
RGB Variations
Color information
#157BEE (or 0x157BEE) is known color: Dodger Blue. HEX triplet: 15, 7B and EE. RGB value is (21,123,238). Sum of RGB (Red+Green+Blue) = 21+123+238=382 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.50% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #157BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157BEE is #EA8411. Grayscale: #696969. Windows color (decimal): -15369234 or 15629077. OLE color: 15629077.
HSL color Cylindrical-coordinate representation of color #157BEE: hue angle of 211.8º 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 #157BEE is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 123 | 238 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.07 |
| HSL | 211.8º | 0.86% | 0.51% | - |
| HSV(B) | 211.8º | 0.91% | 0.93% | - |
| XYZ | 22.82 | 20.5 | 83.64 | - |
| YUV | 105.61 | 202.71 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 238 | 0.91 | 0.48 | 0 | 0.07 | 211.8 | 0.86 | 0.51 |
| Hex | 15 | 7B | EE | 5B | 30 | 0 | 7 | D4 | 56 | 33 |
| Octal | 25 | 173 | 356 | 133 | 60 | 0 | 7 | 324 | 126 | 63 |
| Binary | 10101 | 1111011 | 11101110 | 1011011 | 110000 | 0 | 111 | 11010100 | 1010110 | 110011 |
Color Harmonies of #157BEE
Complementary color
Monochromatic Colors of #157BEE
Black with #157BEE
Text Example
Text Example
White with #157BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157BEE; }
p { color: rgb(21,123,238); }
H1.HeaderClassName
{
color: #157BEE;
}
.AnyTagClassName
{
color: #157BEE;
}
</style>
background-color css
<style>
a { background-color: #157BEE; }
a { background-color: rgb(21,123,238); }
div.DivClassName
{
background-color: #157BEE;
}
.BgClassName
{
background-color: #157BEE;
}
</style>
border-color css
<style>
span { border-color: #157BEE; }
span { border-color: rgb(21,123,238); }
td.TdClassName
{
border-color: #157BEE;
}
.TagClassName
{
border-color: #157BEE;
}
</style>