Shades of Dodger Blue #1864FF
Tints of Dodger Blue #1864FF
RGB
CMYK
RGB Variations
Color information
#1864FF (or 0x1864FF) is known color: Dodger Blue. HEX triplet: 18, 64 and FF. RGB value is (24,100,255). Sum of RGB (Red+Green+Blue) = 24+100+255=379 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.33% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #1864FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1864FF is #E79B00. Grayscale: #5E5E5E. Windows color (decimal): -15178497 or 16737304. OLE color: 16737304.
HSL color Cylindrical-coordinate representation of color #1864FF: hue angle of 220.26º 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 #1864FF is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 100 | 255 | - |
| CMYK | 0.91 | 0.61 | 0 | 0 |
| HSL | 220.26º | 1% | 0.55% | - |
| HSV(B) | 220.26º | 0.91% | 1% | - |
| XYZ | 22.98 | 16.53 | 96.59 | - |
| YUV | 94.95 | 218.32 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 255 | 0.91 | 0.61 | 0 | 0 | 220.26 | 1 | 0.55 |
| Hex | 18 | 64 | FF | 5B | 3D | 0 | 0 | DC | 64 | 37 |
| Octal | 30 | 144 | 377 | 133 | 75 | 0 | 0 | 334 | 144 | 67 |
| Binary | 11000 | 1100100 | 11111111 | 1011011 | 111101 | 0 | 0 | 11011100 | 1100100 | 110111 |
Color Harmonies of #1864FF
Complementary color
Monochromatic Colors of #1864FF
Black with #1864FF
Text Example
Text Example
White with #1864FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1864FF; }
p { color: rgb(24,100,255); }
H1.HeaderClassName
{
color: #1864FF;
}
.AnyTagClassName
{
color: #1864FF;
}
</style>
background-color css
<style>
a { background-color: #1864FF; }
a { background-color: rgb(24,100,255); }
div.DivClassName
{
background-color: #1864FF;
}
.BgClassName
{
background-color: #1864FF;
}
</style>
border-color css
<style>
span { border-color: #1864FF; }
span { border-color: rgb(24,100,255); }
td.TdClassName
{
border-color: #1864FF;
}
.TagClassName
{
border-color: #1864FF;
}
</style>