Shades of Dodger Blue #1885EB
Tints of Dodger Blue #1885EB
RGB
CMYK
RGB Variations
Color information
#1885EB (or 0x1885EB) is known color: Dodger Blue. HEX triplet: 18, 85 and EB. RGB value is (24,133,235). Sum of RGB (Red+Green+Blue) = 24+133+235=392 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.12% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #1885EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1885EB is #E77A14. Grayscale: #6F6F6F. Windows color (decimal): -15170069 or 15435032. OLE color: 15435032.
HSL color Cylindrical-coordinate representation of color #1885EB: hue angle of 209º 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 #1885EB is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 133 | 235 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.08 |
| HSL | 209º | 0.84% | 0.51% | - |
| HSV(B) | 209º | 0.9% | 0.92% | - |
| XYZ | 23.76 | 22.97 | 81.78 | - |
| YUV | 112.04 | 197.39 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 235 | 0.90 | 0.43 | 0 | 0.08 | 209 | 0.84 | 0.51 |
| Hex | 18 | 85 | EB | 5A | 2B | 0 | 8 | D1 | 54 | 33 |
| Octal | 30 | 205 | 353 | 132 | 53 | 0 | 10 | 321 | 124 | 63 |
| Binary | 11000 | 10000101 | 11101011 | 1011010 | 101011 | 0 | 1000 | 11010001 | 1010100 | 110011 |
Color Harmonies of #1885EB
Complementary color
Monochromatic Colors of #1885EB
Black with #1885EB
Text Example
Text Example
White with #1885EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1885EB; }
p { color: rgb(24,133,235); }
H1.HeaderClassName
{
color: #1885EB;
}
.AnyTagClassName
{
color: #1885EB;
}
</style>
background-color css
<style>
a { background-color: #1885EB; }
a { background-color: rgb(24,133,235); }
div.DivClassName
{
background-color: #1885EB;
}
.BgClassName
{
background-color: #1885EB;
}
</style>
border-color css
<style>
span { border-color: #1885EB; }
span { border-color: rgb(24,133,235); }
td.TdClassName
{
border-color: #1885EB;
}
.TagClassName
{
border-color: #1885EB;
}
</style>