Shades of Dodger Blue #1896FF
Tints of Dodger Blue #1896FF
RGB
CMYK
RGB Variations
Color information
#1896FF (or 0x1896FF) is known color: Dodger Blue. HEX triplet: 18, 96 and FF. RGB value is (24,150,255). Sum of RGB (Red+Green+Blue) = 24+150+255=429 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.59% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #1896FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1896FF is #E76900. Grayscale: #7B7B7B. Windows color (decimal): -15165697 or 16750104. OLE color: 16750104.
HSL color Cylindrical-coordinate representation of color #1896FF: hue angle of 207.27º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1896FF is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 150 | 255 | - |
| CMYK | 0.91 | 0.41 | 0 | 0 |
| HSL | 207.27º | 1% | 0.55% | - |
| HSV(B) | 207.27º | 0.91% | 1% | - |
| XYZ | 29.33 | 29.23 | 98.7 | - |
| YUV | 124.3 | 201.76 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 150 | 255 | 0.91 | 0.41 | 0 | 0 | 207.27 | 1 | 0.55 |
| Hex | 18 | 96 | FF | 5B | 29 | 0 | 0 | CF | 64 | 37 |
| Octal | 30 | 226 | 377 | 133 | 51 | 0 | 0 | 317 | 144 | 67 |
| Binary | 11000 | 10010110 | 11111111 | 1011011 | 101001 | 0 | 0 | 11001111 | 1100100 | 110111 |
Color Harmonies of #1896FF
Complementary color
Monochromatic Colors of #1896FF
Black with #1896FF
Text Example
Text Example
White with #1896FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1896FF; }
p { color: rgb(24,150,255); }
H1.HeaderClassName
{
color: #1896FF;
}
.AnyTagClassName
{
color: #1896FF;
}
</style>
background-color css
<style>
a { background-color: #1896FF; }
a { background-color: rgb(24,150,255); }
div.DivClassName
{
background-color: #1896FF;
}
.BgClassName
{
background-color: #1896FF;
}
</style>
border-color css
<style>
span { border-color: #1896FF; }
span { border-color: rgb(24,150,255); }
td.TdClassName
{
border-color: #1896FF;
}
.TagClassName
{
border-color: #1896FF;
}
</style>