Shades of Dodger Blue #1576EE
Tints of Dodger Blue #1576EE
RGB
CMYK
RGB Variations
Color information
#1576EE (or 0x1576EE) is known color: Dodger Blue. HEX triplet: 15, 76 and EE. RGB value is (21,118,238). Sum of RGB (Red+Green+Blue) = 21+118+238=377 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.57% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #1576EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1576EE is #EA8911. Grayscale: #666666. Windows color (decimal): -15370514 or 15627797. OLE color: 15627797.
HSL color Cylindrical-coordinate representation of color #1576EE: hue angle of 213.18º 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 #1576EE is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 118 | 238 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.07 |
| HSL | 213.18º | 0.86% | 0.51% | - |
| HSV(B) | 213.18º | 0.91% | 0.93% | - |
| XYZ | 22.22 | 19.29 | 83.44 | - |
| YUV | 102.68 | 204.36 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 238 | 0.91 | 0.50 | 0 | 0.07 | 213.18 | 0.86 | 0.51 |
| Hex | 15 | 76 | EE | 5B | 32 | 0 | 7 | D5 | 56 | 33 |
| Octal | 25 | 166 | 356 | 133 | 62 | 0 | 7 | 325 | 126 | 63 |
| Binary | 10101 | 1110110 | 11101110 | 1011011 | 110010 | 0 | 111 | 11010101 | 1010110 | 110011 |
Color Harmonies of #1576EE
Complementary color
Monochromatic Colors of #1576EE
Black with #1576EE
Text Example
Text Example
White with #1576EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1576EE; }
p { color: rgb(21,118,238); }
H1.HeaderClassName
{
color: #1576EE;
}
.AnyTagClassName
{
color: #1576EE;
}
</style>
background-color css
<style>
a { background-color: #1576EE; }
a { background-color: rgb(21,118,238); }
div.DivClassName
{
background-color: #1576EE;
}
.BgClassName
{
background-color: #1576EE;
}
</style>
border-color css
<style>
span { border-color: #1576EE; }
span { border-color: rgb(21,118,238); }
td.TdClassName
{
border-color: #1576EE;
}
.TagClassName
{
border-color: #1576EE;
}
</style>