Shades of Dodger Blue #157BE3
Tints of Dodger Blue #157BE3
RGB
CMYK
RGB Variations
Color information
#157BE3 (or 0x157BE3) is known color: Dodger Blue. HEX triplet: 15, 7B and E3. RGB value is (21,123,227). Sum of RGB (Red+Green+Blue) = 21+123+227=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 227 (89.06% from 255 or 61.19% from 371); Max value from RGB is 227 - color contains mainly: blue. Hex color #157BE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BE3 is #EA841C. Grayscale: #676767. Windows color (decimal): -15369245 or 14908181. OLE color: 14908181.
HSL color Cylindrical-coordinate representation of color #157BE3: hue angle of 210.29º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157BE3 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 123 | 227 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.11 |
| HSL | 210.29º | 0.83% | 0.49% | - |
| HSV(B) | 210.29º | 0.91% | 0.89% | - |
| XYZ | 21.26 | 19.87 | 75.39 | - |
| YUV | 104.36 | 197.21 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 227 | 0.91 | 0.46 | 0 | 0.11 | 210.29 | 0.83 | 0.49 |
| Hex | 15 | 7B | E3 | 5B | 2E | 0 | B | D2 | 53 | 31 |
| Octal | 25 | 173 | 343 | 133 | 56 | 0 | 13 | 322 | 123 | 61 |
| Binary | 10101 | 1111011 | 11100011 | 1011011 | 101110 | 0 | 1011 | 11010010 | 1010011 | 110001 |
Color Harmonies of #157BE3
Complementary color
Monochromatic Colors of #157BE3
Black with #157BE3
Text Example
Text Example
White with #157BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157BE3; }
p { color: rgb(21,123,227); }
H1.HeaderClassName
{
color: #157BE3;
}
.AnyTagClassName
{
color: #157BE3;
}
</style>
background-color css
<style>
a { background-color: #157BE3; }
a { background-color: rgb(21,123,227); }
div.DivClassName
{
background-color: #157BE3;
}
.BgClassName
{
background-color: #157BE3;
}
</style>
border-color css
<style>
span { border-color: #157BE3; }
span { border-color: rgb(21,123,227); }
td.TdClassName
{
border-color: #157BE3;
}
.TagClassName
{
border-color: #157BE3;
}
</style>