Shades of Dodger Blue #1863FF
Tints of Dodger Blue #1863FF
RGB
CMYK
RGB Variations
Color information
#1863FF (or 0x1863FF) is known color: Dodger Blue. HEX triplet: 18, 63 and FF. RGB value is (24,99,255). Sum of RGB (Red+Green+Blue) = 24+99+255=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #1863FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1863FF is #E79C00. Grayscale: #5D5D5D. Windows color (decimal): -15178753 or 16737048. OLE color: 16737048.
HSL color Cylindrical-coordinate representation of color #1863FF: hue angle of 220.52º 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 #1863FF is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 99 | 255 | - |
| CMYK | 0.91 | 0.61 | 0 | 0 |
| HSL | 220.52º | 1% | 0.55% | - |
| HSV(B) | 220.52º | 0.91% | 1% | - |
| XYZ | 22.89 | 16.34 | 96.55 | - |
| YUV | 94.36 | 218.65 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 255 | 0.91 | 0.61 | 0 | 0 | 220.52 | 1 | 0.55 |
| Hex | 18 | 63 | FF | 5B | 3D | 0 | 0 | DD | 64 | 37 |
| Octal | 30 | 143 | 377 | 133 | 75 | 0 | 0 | 335 | 144 | 67 |
| Binary | 11000 | 1100011 | 11111111 | 1011011 | 111101 | 0 | 0 | 11011101 | 1100100 | 110111 |
Color Harmonies of #1863FF
Complementary color
Monochromatic Colors of #1863FF
Black with #1863FF
Text Example
Text Example
White with #1863FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1863FF; }
p { color: rgb(24,99,255); }
H1.HeaderClassName
{
color: #1863FF;
}
.AnyTagClassName
{
color: #1863FF;
}
</style>
background-color css
<style>
a { background-color: #1863FF; }
a { background-color: rgb(24,99,255); }
div.DivClassName
{
background-color: #1863FF;
}
.BgClassName
{
background-color: #1863FF;
}
</style>
border-color css
<style>
span { border-color: #1863FF; }
span { border-color: rgb(24,99,255); }
td.TdClassName
{
border-color: #1863FF;
}
.TagClassName
{
border-color: #1863FF;
}
</style>