Shades of Dodger Blue #1896DE
Tints of Dodger Blue #1896DE
RGB
CMYK
RGB Variations
Color information
#1896DE (or 0x1896DE) is known color: Dodger Blue. HEX triplet: 18, 96 and DE. RGB value is (24,150,222). Sum of RGB (Red+Green+Blue) = 24+150+222=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #1896DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1896DE is #E76921. Grayscale: #787878. Windows color (decimal): -15165730 or 14587416. OLE color: 14587416.
HSL color Cylindrical-coordinate representation of color #1896DE: hue angle of 201.82º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1896DE is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 150 | 222 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.13 |
| HSL | 201.82º | 0.8% | 0.48% | - |
| HSV(B) | 201.82º | 0.89% | 0.87% | - |
| XYZ | 24.47 | 27.28 | 73.08 | - |
| YUV | 120.53 | 185.26 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 150 | 222 | 0.89 | 0.32 | 0 | 0.13 | 201.82 | 0.8 | 0.48 |
| Hex | 18 | 96 | DE | 59 | 20 | 0 | D | CA | 50 | 30 |
| Octal | 30 | 226 | 336 | 131 | 40 | 0 | 15 | 312 | 120 | 60 |
| Binary | 11000 | 10010110 | 11011110 | 1011001 | 100000 | 0 | 1101 | 11001010 | 1010000 | 110000 |
Color Harmonies of #1896DE
Complementary color
Monochromatic Colors of #1896DE
Black with #1896DE
Text Example
Text Example
White with #1896DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1896DE; }
p { color: rgb(24,150,222); }
H1.HeaderClassName
{
color: #1896DE;
}
.AnyTagClassName
{
color: #1896DE;
}
</style>
background-color css
<style>
a { background-color: #1896DE; }
a { background-color: rgb(24,150,222); }
div.DivClassName
{
background-color: #1896DE;
}
.BgClassName
{
background-color: #1896DE;
}
</style>
border-color css
<style>
span { border-color: #1896DE; }
span { border-color: rgb(24,150,222); }
td.TdClassName
{
border-color: #1896DE;
}
.TagClassName
{
border-color: #1896DE;
}
</style>