Shades of Dodger Blue #1576EB
Tints of Dodger Blue #1576EB
RGB
CMYK
RGB Variations
Color information
#1576EB (or 0x1576EB) is known color: Dodger Blue. HEX triplet: 15, 76 and EB. RGB value is (21,118,235). Sum of RGB (Red+Green+Blue) = 21+118+235=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #1576EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1576EB is #EA8914. Grayscale: #656565. Windows color (decimal): -15370517 or 15431189. OLE color: 15431189.
HSL color Cylindrical-coordinate representation of color #1576EB: hue angle of 212.8º 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 #1576EB is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 118 | 235 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.08 |
| HSL | 212.8º | 0.84% | 0.5% | - |
| HSV(B) | 212.8º | 0.91% | 0.92% | - |
| XYZ | 21.78 | 19.11 | 81.14 | - |
| YUV | 102.34 | 202.86 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 235 | 0.91 | 0.50 | 0 | 0.08 | 212.8 | 0.84 | 0.5 |
| Hex | 15 | 76 | EB | 5B | 32 | 0 | 8 | D5 | 54 | 32 |
| Octal | 25 | 166 | 353 | 133 | 62 | 0 | 10 | 325 | 124 | 62 |
| Binary | 10101 | 1110110 | 11101011 | 1011011 | 110010 | 0 | 1000 | 11010101 | 1010100 | 110010 |
Color Harmonies of #1576EB
Complementary color
Monochromatic Colors of #1576EB
Black with #1576EB
Text Example
Text Example
White with #1576EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1576EB; }
p { color: rgb(21,118,235); }
H1.HeaderClassName
{
color: #1576EB;
}
.AnyTagClassName
{
color: #1576EB;
}
</style>
background-color css
<style>
a { background-color: #1576EB; }
a { background-color: rgb(21,118,235); }
div.DivClassName
{
background-color: #1576EB;
}
.BgClassName
{
background-color: #1576EB;
}
</style>
border-color css
<style>
span { border-color: #1576EB; }
span { border-color: rgb(21,118,235); }
td.TdClassName
{
border-color: #1576EB;
}
.TagClassName
{
border-color: #1576EB;
}
</style>