Shades of Dodger Blue #1880EB
Tints of Dodger Blue #1880EB
RGB
CMYK
RGB Variations
Color information
#1880EB (or 0x1880EB) is known color: Dodger Blue. HEX triplet: 18, 80 and EB. RGB value is (24,128,235). Sum of RGB (Red+Green+Blue) = 24+128+235=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #1880EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1880EB is #E77F14. Grayscale: #6C6C6C. Windows color (decimal): -15171349 or 15433752. OLE color: 15433752.
HSL color Cylindrical-coordinate representation of color #1880EB: hue angle of 210.43º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1880EB is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 128 | 235 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.08 |
| HSL | 210.43º | 0.84% | 0.51% | - |
| HSV(B) | 210.43º | 0.9% | 0.92% | - |
| XYZ | 23.09 | 21.63 | 81.56 | - |
| YUV | 109.1 | 199.04 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 235 | 0.90 | 0.46 | 0 | 0.08 | 210.43 | 0.84 | 0.51 |
| Hex | 18 | 80 | EB | 5A | 2E | 0 | 8 | D2 | 54 | 33 |
| Octal | 30 | 200 | 353 | 132 | 56 | 0 | 10 | 322 | 124 | 63 |
| Binary | 11000 | 10000000 | 11101011 | 1011010 | 101110 | 0 | 1000 | 11010010 | 1010100 | 110011 |
Color Harmonies of #1880EB
Complementary color
Monochromatic Colors of #1880EB
Black with #1880EB
Text Example
Text Example
White with #1880EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1880EB; }
p { color: rgb(24,128,235); }
H1.HeaderClassName
{
color: #1880EB;
}
.AnyTagClassName
{
color: #1880EB;
}
</style>
background-color css
<style>
a { background-color: #1880EB; }
a { background-color: rgb(24,128,235); }
div.DivClassName
{
background-color: #1880EB;
}
.BgClassName
{
background-color: #1880EB;
}
</style>
border-color css
<style>
span { border-color: #1880EB; }
span { border-color: rgb(24,128,235); }
td.TdClassName
{
border-color: #1880EB;
}
.TagClassName
{
border-color: #1880EB;
}
</style>