Shades of Dodger Blue #1866FC
Tints of Dodger Blue #1866FC
RGB
CMYK
RGB Variations
Color information
#1866FC (or 0x1866FC) is known color: Dodger Blue. HEX triplet: 18, 66 and FC. RGB value is (24,102,252). Sum of RGB (Red+Green+Blue) = 24+102+252=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #1866FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1866FC is #E79903. Grayscale: #5F5F5F. Windows color (decimal): -15177988 or 16541208. OLE color: 16541208.
HSL color Cylindrical-coordinate representation of color #1866FC: hue angle of 219.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1866FC is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 102 | 252 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.01 |
| HSL | 219.47º | 0.97% | 0.54% | - |
| HSV(B) | 219.47º | 0.9% | 0.99% | - |
| XYZ | 22.7 | 16.73 | 94.13 | - |
| YUV | 95.78 | 216.16 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 252 | 0.90 | 0.60 | 0 | 0.01 | 219.47 | 0.97 | 0.54 |
| Hex | 18 | 66 | FC | 5A | 3C | 0 | 1 | DB | 61 | 36 |
| Octal | 30 | 146 | 374 | 132 | 74 | 0 | 1 | 333 | 141 | 66 |
| Binary | 11000 | 1100110 | 11111100 | 1011010 | 111100 | 0 | 1 | 11011011 | 1100001 | 110110 |
Color Harmonies of #1866FC
Complementary color
Monochromatic Colors of #1866FC
Black with #1866FC
Text Example
Text Example
White with #1866FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1866FC; }
p { color: rgb(24,102,252); }
H1.HeaderClassName
{
color: #1866FC;
}
.AnyTagClassName
{
color: #1866FC;
}
</style>
background-color css
<style>
a { background-color: #1866FC; }
a { background-color: rgb(24,102,252); }
div.DivClassName
{
background-color: #1866FC;
}
.BgClassName
{
background-color: #1866FC;
}
</style>
border-color css
<style>
span { border-color: #1866FC; }
span { border-color: rgb(24,102,252); }
td.TdClassName
{
border-color: #1866FC;
}
.TagClassName
{
border-color: #1866FC;
}
</style>