Shades of Dodger Blue #157BE6
Tints of Dodger Blue #157BE6
RGB
CMYK
RGB Variations
Color information
#157BE6 (or 0x157BE6) is known color: Dodger Blue. HEX triplet: 15, 7B and E6. RGB value is (21,123,230). Sum of RGB (Red+Green+Blue) = 21+123+230=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 230 (90.23% from 255 or 61.50% from 374); Max value from RGB is 230 - color contains mainly: blue. Hex color #157BE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157BE6 is #EA8419. Grayscale: #686868. Windows color (decimal): -15369242 or 15104789. OLE color: 15104789.
HSL color Cylindrical-coordinate representation of color #157BE6: hue angle of 210.72º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157BE6 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 123 | 230 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.10 |
| HSL | 210.72º | 0.83% | 0.49% | - |
| HSV(B) | 210.72º | 0.91% | 0.9% | - |
| XYZ | 21.68 | 20.04 | 77.59 | - |
| YUV | 104.7 | 198.71 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 230 | 0.91 | 0.47 | 0 | 0.10 | 210.72 | 0.83 | 0.49 |
| Hex | 15 | 7B | E6 | 5B | 2F | 0 | A | D3 | 53 | 31 |
| Octal | 25 | 173 | 346 | 133 | 57 | 0 | 12 | 323 | 123 | 61 |
| Binary | 10101 | 1111011 | 11100110 | 1011011 | 101111 | 0 | 1010 | 11010011 | 1010011 | 110001 |
Color Harmonies of #157BE6
Complementary color
Monochromatic Colors of #157BE6
Black with #157BE6
Text Example
Text Example
White with #157BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157BE6; }
p { color: rgb(21,123,230); }
H1.HeaderClassName
{
color: #157BE6;
}
.AnyTagClassName
{
color: #157BE6;
}
</style>
background-color css
<style>
a { background-color: #157BE6; }
a { background-color: rgb(21,123,230); }
div.DivClassName
{
background-color: #157BE6;
}
.BgClassName
{
background-color: #157BE6;
}
</style>
border-color css
<style>
span { border-color: #157BE6; }
span { border-color: rgb(21,123,230); }
td.TdClassName
{
border-color: #157BE6;
}
.TagClassName
{
border-color: #157BE6;
}
</style>