Shades of Dodger Blue #1864FD
Tints of Dodger Blue #1864FD
RGB
CMYK
RGB Variations
Color information
#1864FD (or 0x1864FD) is known color: Dodger Blue. HEX triplet: 18, 64 and FD. RGB value is (24,100,253). Sum of RGB (Red+Green+Blue) = 24+100+253=377 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.37% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #1864FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1864FD is #E79B02. Grayscale: #5E5E5E. Windows color (decimal): -15178499 or 16606232. OLE color: 16606232.
HSL color Cylindrical-coordinate representation of color #1864FD: hue angle of 220.09º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1864FD is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 100 | 253 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.01 |
| HSL | 220.09º | 0.98% | 0.54% | - |
| HSV(B) | 220.09º | 0.91% | 0.99% | - |
| XYZ | 22.66 | 16.4 | 94.9 | - |
| YUV | 94.72 | 217.32 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 253 | 0.91 | 0.60 | 0 | 0.01 | 220.09 | 0.98 | 0.54 |
| Hex | 18 | 64 | FD | 5B | 3C | 0 | 1 | DC | 62 | 36 |
| Octal | 30 | 144 | 375 | 133 | 74 | 0 | 1 | 334 | 142 | 66 |
| Binary | 11000 | 1100100 | 11111101 | 1011011 | 111100 | 0 | 1 | 11011100 | 1100010 | 110110 |
Color Harmonies of #1864FD
Complementary color
Monochromatic Colors of #1864FD
Black with #1864FD
Text Example
Text Example
White with #1864FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1864FD; }
p { color: rgb(24,100,253); }
H1.HeaderClassName
{
color: #1864FD;
}
.AnyTagClassName
{
color: #1864FD;
}
</style>
background-color css
<style>
a { background-color: #1864FD; }
a { background-color: rgb(24,100,253); }
div.DivClassName
{
background-color: #1864FD;
}
.BgClassName
{
background-color: #1864FD;
}
</style>
border-color css
<style>
span { border-color: #1864FD; }
span { border-color: rgb(24,100,253); }
td.TdClassName
{
border-color: #1864FD;
}
.TagClassName
{
border-color: #1864FD;
}
</style>