Shades of Dodger Blue #1577EB
Tints of Dodger Blue #1577EB
RGB
CMYK
RGB Variations
Color information
#1577EB (or 0x1577EB) is known color: Dodger Blue. HEX triplet: 15, 77 and EB. RGB value is (21,119,235). Sum of RGB (Red+Green+Blue) = 21+119+235=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #1577EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1577EB is #EA8814. Grayscale: #666666. Windows color (decimal): -15370261 or 15431445. OLE color: 15431445.
HSL color Cylindrical-coordinate representation of color #1577EB: hue angle of 212.52º 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 #1577EB is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 119 | 235 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.08 |
| HSL | 212.52º | 0.84% | 0.5% | - |
| HSV(B) | 212.52º | 0.91% | 0.92% | - |
| XYZ | 21.9 | 19.35 | 81.18 | - |
| YUV | 102.92 | 202.53 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 119 | 235 | 0.91 | 0.49 | 0 | 0.08 | 212.52 | 0.84 | 0.5 |
| Hex | 15 | 77 | EB | 5B | 31 | 0 | 8 | D5 | 54 | 32 |
| Octal | 25 | 167 | 353 | 133 | 61 | 0 | 10 | 325 | 124 | 62 |
| Binary | 10101 | 1110111 | 11101011 | 1011011 | 110001 | 0 | 1000 | 11010101 | 1010100 | 110010 |
Color Harmonies of #1577EB
Complementary color
Monochromatic Colors of #1577EB
Black with #1577EB
Text Example
Text Example
White with #1577EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1577EB; }
p { color: rgb(21,119,235); }
H1.HeaderClassName
{
color: #1577EB;
}
.AnyTagClassName
{
color: #1577EB;
}
</style>
background-color css
<style>
a { background-color: #1577EB; }
a { background-color: rgb(21,119,235); }
div.DivClassName
{
background-color: #1577EB;
}
.BgClassName
{
background-color: #1577EB;
}
</style>
border-color css
<style>
span { border-color: #1577EB; }
span { border-color: rgb(21,119,235); }
td.TdClassName
{
border-color: #1577EB;
}
.TagClassName
{
border-color: #1577EB;
}
</style>