Shades of Dodger Blue #1867FF
Tints of Dodger Blue #1867FF
RGB
CMYK
RGB Variations
Color information
#1867FF (or 0x1867FF) is known color: Dodger Blue. HEX triplet: 18, 67 and FF. RGB value is (24,103,255). Sum of RGB (Red+Green+Blue) = 24+103+255=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #1867FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1867FF is #E79800. Grayscale: #606060. Windows color (decimal): -15177729 or 16738072. OLE color: 16738072.
HSL color Cylindrical-coordinate representation of color #1867FF: hue angle of 219.48º 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 #1867FF is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 103 | 255 | - |
| CMYK | 0.91 | 0.60 | 0 | 0 |
| HSL | 219.48º | 1% | 0.55% | - |
| HSV(B) | 219.48º | 0.91% | 1% | - |
| XYZ | 23.28 | 17.11 | 96.68 | - |
| YUV | 96.71 | 217.33 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 103 | 255 | 0.91 | 0.60 | 0 | 0 | 219.48 | 1 | 0.55 |
| Hex | 18 | 67 | FF | 5B | 3C | 0 | 0 | DB | 64 | 37 |
| Octal | 30 | 147 | 377 | 133 | 74 | 0 | 0 | 333 | 144 | 67 |
| Binary | 11000 | 1100111 | 11111111 | 1011011 | 111100 | 0 | 0 | 11011011 | 1100100 | 110111 |
Color Harmonies of #1867FF
Complementary color
Monochromatic Colors of #1867FF
Black with #1867FF
Text Example
Text Example
White with #1867FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1867FF; }
p { color: rgb(24,103,255); }
H1.HeaderClassName
{
color: #1867FF;
}
.AnyTagClassName
{
color: #1867FF;
}
</style>
background-color css
<style>
a { background-color: #1867FF; }
a { background-color: rgb(24,103,255); }
div.DivClassName
{
background-color: #1867FF;
}
.BgClassName
{
background-color: #1867FF;
}
</style>
border-color css
<style>
span { border-color: #1867FF; }
span { border-color: rgb(24,103,255); }
td.TdClassName
{
border-color: #1867FF;
}
.TagClassName
{
border-color: #1867FF;
}
</style>