Shades of Royal Blue #1867F1
Tints of Royal Blue #1867F1
RGB
CMYK
RGB Variations
Color information
#1867F1 (or 0x1867F1) is known color: Royal Blue. HEX triplet: 18, 67 and F1. RGB value is (24,103,241). Sum of RGB (Red+Green+Blue) = 24+103+241=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #1867F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1867F1 is #E7980E. Grayscale: #5E5E5E. Windows color (decimal): -15177743 or 15820568. OLE color: 15820568.
HSL color Cylindrical-coordinate representation of color #1867F1: hue angle of 218.16º degrees, saturation: 0.89, 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 #1867F1 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 103 | 241 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.05 |
| HSL | 218.16º | 0.89% | 0.52% | - |
| HSV(B) | 218.16º | 0.9% | 0.95% | - |
| XYZ | 21.1 | 16.25 | 85.24 | - |
| YUV | 95.11 | 210.33 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 103 | 241 | 0.90 | 0.57 | 0 | 0.05 | 218.16 | 0.89 | 0.52 |
| Hex | 18 | 67 | F1 | 5A | 39 | 0 | 5 | DA | 59 | 34 |
| Octal | 30 | 147 | 361 | 132 | 71 | 0 | 5 | 332 | 131 | 64 |
| Binary | 11000 | 1100111 | 11110001 | 1011010 | 111001 | 0 | 101 | 11011010 | 1011001 | 110100 |
Color Harmonies of #1867F1
Complementary color
Monochromatic Colors of #1867F1
Black with #1867F1
Text Example
Text Example
White with #1867F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1867F1; }
p { color: rgb(24,103,241); }
H1.HeaderClassName
{
color: #1867F1;
}
.AnyTagClassName
{
color: #1867F1;
}
</style>
background-color css
<style>
a { background-color: #1867F1; }
a { background-color: rgb(24,103,241); }
div.DivClassName
{
background-color: #1867F1;
}
.BgClassName
{
background-color: #1867F1;
}
</style>
border-color css
<style>
span { border-color: #1867F1; }
span { border-color: rgb(24,103,241); }
td.TdClassName
{
border-color: #1867F1;
}
.TagClassName
{
border-color: #1867F1;
}
</style>