Shades of Dodger Blue #1863FE
Tints of Dodger Blue #1863FE
RGB
CMYK
RGB Variations
Color information
#1863FE (or 0x1863FE) is known color: Dodger Blue. HEX triplet: 18, 63 and FE. RGB value is (24,99,254). Sum of RGB (Red+Green+Blue) = 24+99+254=377 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.37% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #1863FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1863FE is #E79C01. Grayscale: #5D5D5D. Windows color (decimal): -15178754 or 16671512. OLE color: 16671512.
HSL color Cylindrical-coordinate representation of color #1863FE: hue angle of 220.43º 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 #1863FE is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 99 | 254 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.00 |
| HSL | 220.43º | 0.99% | 0.55% | - |
| HSV(B) | 220.43º | 0.91% | 1% | - |
| XYZ | 22.73 | 16.27 | 95.71 | - |
| YUV | 94.25 | 218.15 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 254 | 0.91 | 0.61 | 0 | 0.00 | 220.43 | 0.99 | 0.55 |
| Hex | 18 | 63 | FE | 5B | 3D | 0 | 0 | DC | 63 | 37 |
| Octal | 30 | 143 | 376 | 133 | 75 | 0 | 0 | 334 | 143 | 67 |
| Binary | 11000 | 1100011 | 11111110 | 1011011 | 111101 | 0 | 0 | 11011100 | 1100011 | 110111 |
Color Harmonies of #1863FE
Complementary color
Monochromatic Colors of #1863FE
Black with #1863FE
Text Example
Text Example
White with #1863FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1863FE; }
p { color: rgb(24,99,254); }
H1.HeaderClassName
{
color: #1863FE;
}
.AnyTagClassName
{
color: #1863FE;
}
</style>
background-color css
<style>
a { background-color: #1863FE; }
a { background-color: rgb(24,99,254); }
div.DivClassName
{
background-color: #1863FE;
}
.BgClassName
{
background-color: #1863FE;
}
</style>
border-color css
<style>
span { border-color: #1863FE; }
span { border-color: rgb(24,99,254); }
td.TdClassName
{
border-color: #1863FE;
}
.TagClassName
{
border-color: #1863FE;
}
</style>