Shades of Royal Blue #1866F3
Tints of Royal Blue #1866F3
RGB
CMYK
RGB Variations
Color information
#1866F3 (or 0x1866F3) is known color: Royal Blue. HEX triplet: 18, 66 and F3. RGB value is (24,102,243). Sum of RGB (Red+Green+Blue) = 24+102+243=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 243 (95.31% from 255 or 65.85% from 369); Max value from RGB is 243 - color contains mainly: blue. Hex color #1866F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1866F3 is #E7990C. Grayscale: #5E5E5E. Windows color (decimal): -15177997 or 15951384. OLE color: 15951384.
HSL color Cylindrical-coordinate representation of color #1866F3: hue angle of 218.63º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1866F3 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 102 | 243 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.05 |
| HSL | 218.63º | 0.9% | 0.52% | - |
| HSV(B) | 218.63º | 0.9% | 0.95% | - |
| XYZ | 21.31 | 16.17 | 86.79 | - |
| YUV | 94.75 | 211.66 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 243 | 0.90 | 0.58 | 0 | 0.05 | 218.63 | 0.9 | 0.52 |
| Hex | 18 | 66 | F3 | 5A | 3A | 0 | 5 | DB | 5A | 34 |
| Octal | 30 | 146 | 363 | 132 | 72 | 0 | 5 | 333 | 132 | 64 |
| Binary | 11000 | 1100110 | 11110011 | 1011010 | 111010 | 0 | 101 | 11011011 | 1011010 | 110100 |
Color Harmonies of #1866F3
Complementary color
Monochromatic Colors of #1866F3
Black with #1866F3
Text Example
Text Example
White with #1866F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1866F3; }
p { color: rgb(24,102,243); }
H1.HeaderClassName
{
color: #1866F3;
}
.AnyTagClassName
{
color: #1866F3;
}
</style>
background-color css
<style>
a { background-color: #1866F3; }
a { background-color: rgb(24,102,243); }
div.DivClassName
{
background-color: #1866F3;
}
.BgClassName
{
background-color: #1866F3;
}
</style>
border-color css
<style>
span { border-color: #1866F3; }
span { border-color: rgb(24,102,243); }
td.TdClassName
{
border-color: #1866F3;
}
.TagClassName
{
border-color: #1866F3;
}
</style>