Shades of Dodger Blue #1868FF
Tints of Dodger Blue #1868FF
RGB
CMYK
RGB Variations
Color information
#1868FF (or 0x1868FF) is known color: Dodger Blue. HEX triplet: 18, 68 and FF. RGB value is (24,104,255). Sum of RGB (Red+Green+Blue) = 24+104+255=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #1868FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1868FF is #E79700. Grayscale: #606060. Windows color (decimal): -15177473 or 16738328. OLE color: 16738328.
HSL color Cylindrical-coordinate representation of color #1868FF: hue angle of 219.22º 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 #1868FF is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 104 | 255 | - |
| CMYK | 0.91 | 0.59 | 0 | 0 |
| HSL | 219.22º | 1% | 0.55% | - |
| HSV(B) | 219.22º | 0.91% | 1% | - |
| XYZ | 23.38 | 17.31 | 96.72 | - |
| YUV | 97.29 | 217 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 255 | 0.91 | 0.59 | 0 | 0 | 219.22 | 1 | 0.55 |
| Hex | 18 | 68 | FF | 5B | 3B | 0 | 0 | DB | 64 | 37 |
| Octal | 30 | 150 | 377 | 133 | 73 | 0 | 0 | 333 | 144 | 67 |
| Binary | 11000 | 1101000 | 11111111 | 1011011 | 111011 | 0 | 0 | 11011011 | 1100100 | 110111 |
Color Harmonies of #1868FF
Complementary color
Monochromatic Colors of #1868FF
Black with #1868FF
Text Example
Text Example
White with #1868FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1868FF; }
p { color: rgb(24,104,255); }
H1.HeaderClassName
{
color: #1868FF;
}
.AnyTagClassName
{
color: #1868FF;
}
</style>
background-color css
<style>
a { background-color: #1868FF; }
a { background-color: rgb(24,104,255); }
div.DivClassName
{
background-color: #1868FF;
}
.BgClassName
{
background-color: #1868FF;
}
</style>
border-color css
<style>
span { border-color: #1868FF; }
span { border-color: rgb(24,104,255); }
td.TdClassName
{
border-color: #1868FF;
}
.TagClassName
{
border-color: #1868FF;
}
</style>