Shades of Dodger Blue #157BEA
Tints of Dodger Blue #157BEA
RGB
CMYK
RGB Variations
Color information
#157BEA (or 0x157BEA) is known color: Dodger Blue. HEX triplet: 15, 7B and EA. RGB value is (21,123,234). Sum of RGB (Red+Green+Blue) = 21+123+234=378 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.56% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #157BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157BEA is #EA8415. Grayscale: #686868. Windows color (decimal): -15369238 or 15366933. OLE color: 15366933.
HSL color Cylindrical-coordinate representation of color #157BEA: hue angle of 211.27º 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 #157BEA is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 123 | 234 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.08 |
| HSL | 211.27º | 0.84% | 0.5% | - |
| HSV(B) | 211.27º | 0.91% | 0.92% | - |
| XYZ | 22.24 | 20.27 | 80.58 | - |
| YUV | 105.16 | 200.71 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 234 | 0.91 | 0.47 | 0 | 0.08 | 211.27 | 0.84 | 0.5 |
| Hex | 15 | 7B | EA | 5B | 2F | 0 | 8 | D3 | 54 | 32 |
| Octal | 25 | 173 | 352 | 133 | 57 | 0 | 10 | 323 | 124 | 62 |
| Binary | 10101 | 1111011 | 11101010 | 1011011 | 101111 | 0 | 1000 | 11010011 | 1010100 | 110010 |
Color Harmonies of #157BEA
Complementary color
Monochromatic Colors of #157BEA
Black with #157BEA
Text Example
Text Example
White with #157BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157BEA; }
p { color: rgb(21,123,234); }
H1.HeaderClassName
{
color: #157BEA;
}
.AnyTagClassName
{
color: #157BEA;
}
</style>
background-color css
<style>
a { background-color: #157BEA; }
a { background-color: rgb(21,123,234); }
div.DivClassName
{
background-color: #157BEA;
}
.BgClassName
{
background-color: #157BEA;
}
</style>
border-color css
<style>
span { border-color: #157BEA; }
span { border-color: rgb(21,123,234); }
td.TdClassName
{
border-color: #157BEA;
}
.TagClassName
{
border-color: #157BEA;
}
</style>