Shades of Dodger Blue #1888EB
Tints of Dodger Blue #1888EB
RGB
CMYK
RGB Variations
Color information
#1888EB (or 0x1888EB) is known color: Dodger Blue. HEX triplet: 18, 88 and EB. RGB value is (24,136,235). Sum of RGB (Red+Green+Blue) = 24+136+235=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #1888EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1888EB is #E77714. Grayscale: #717171. Windows color (decimal): -15169301 or 15435800. OLE color: 15435800.
HSL color Cylindrical-coordinate representation of color #1888EB: hue angle of 208.15º 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 #1888EB is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 136 | 235 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.08 |
| HSL | 208.15º | 0.84% | 0.51% | - |
| HSV(B) | 208.15º | 0.9% | 0.92% | - |
| XYZ | 24.18 | 23.8 | 81.92 | - |
| YUV | 113.8 | 196.39 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 235 | 0.90 | 0.42 | 0 | 0.08 | 208.15 | 0.84 | 0.51 |
| Hex | 18 | 88 | EB | 5A | 2A | 0 | 8 | D0 | 54 | 33 |
| Octal | 30 | 210 | 353 | 132 | 52 | 0 | 10 | 320 | 124 | 63 |
| Binary | 11000 | 10001000 | 11101011 | 1011010 | 101010 | 0 | 1000 | 11010000 | 1010100 | 110011 |
Color Harmonies of #1888EB
Complementary color
Monochromatic Colors of #1888EB
Black with #1888EB
Text Example
Text Example
White with #1888EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1888EB; }
p { color: rgb(24,136,235); }
H1.HeaderClassName
{
color: #1888EB;
}
.AnyTagClassName
{
color: #1888EB;
}
</style>
background-color css
<style>
a { background-color: #1888EB; }
a { background-color: rgb(24,136,235); }
div.DivClassName
{
background-color: #1888EB;
}
.BgClassName
{
background-color: #1888EB;
}
</style>
border-color css
<style>
span { border-color: #1888EB; }
span { border-color: rgb(24,136,235); }
td.TdClassName
{
border-color: #1888EB;
}
.TagClassName
{
border-color: #1888EB;
}
</style>