Shades of Dodger Blue #1866FE
Tints of Dodger Blue #1866FE
RGB
CMYK
RGB Variations
Color information
#1866FE (or 0x1866FE) is known color: Dodger Blue. HEX triplet: 18, 66 and FE. RGB value is (24,102,254). Sum of RGB (Red+Green+Blue) = 24+102+254=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #1866FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1866FE is #E79901. Grayscale: #5F5F5F. Windows color (decimal): -15177986 or 16672280. OLE color: 16672280.
HSL color Cylindrical-coordinate representation of color #1866FE: hue angle of 219.65º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1866FE is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 102 | 254 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.00 |
| HSL | 219.65º | 0.99% | 0.55% | - |
| HSV(B) | 219.65º | 0.91% | 1% | - |
| XYZ | 23.02 | 16.85 | 95.81 | - |
| YUV | 96.01 | 217.16 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 254 | 0.91 | 0.60 | 0 | 0.00 | 219.65 | 0.99 | 0.55 |
| Hex | 18 | 66 | FE | 5B | 3C | 0 | 0 | DC | 63 | 37 |
| Octal | 30 | 146 | 376 | 133 | 74 | 0 | 0 | 334 | 143 | 67 |
| Binary | 11000 | 1100110 | 11111110 | 1011011 | 111100 | 0 | 0 | 11011100 | 1100011 | 110111 |
Color Harmonies of #1866FE
Complementary color
Monochromatic Colors of #1866FE
Black with #1866FE
Text Example
Text Example
White with #1866FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1866FE; }
p { color: rgb(24,102,254); }
H1.HeaderClassName
{
color: #1866FE;
}
.AnyTagClassName
{
color: #1866FE;
}
</style>
background-color css
<style>
a { background-color: #1866FE; }
a { background-color: rgb(24,102,254); }
div.DivClassName
{
background-color: #1866FE;
}
.BgClassName
{
background-color: #1866FE;
}
</style>
border-color css
<style>
span { border-color: #1866FE; }
span { border-color: rgb(24,102,254); }
td.TdClassName
{
border-color: #1866FE;
}
.TagClassName
{
border-color: #1866FE;
}
</style>