Shades of Royal Blue #2867F2
Tints of Royal Blue #2867F2
RGB
CMYK
RGB Variations
Color information
#2867F2 (or 0x2867F2) is known color: Royal Blue. HEX triplet: 28, 67 and F2. RGB value is (40,103,242). Sum of RGB (Red+Green+Blue) = 40+103+242=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 242 (94.92% from 255 or 62.86% from 385); Max value from RGB is 242 - color contains mainly: blue. Hex color #2867F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2867F2 is #D7980D. Grayscale: #636363. Windows color (decimal): -14129166 or 15886120. OLE color: 15886120.
HSL color Cylindrical-coordinate representation of color #2867F2: hue angle of 221.29º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2867F2 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 103 | 242 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.05 |
| HSL | 221.29º | 0.89% | 0.55% | - |
| HSV(B) | 221.29º | 0.83% | 0.95% | - |
| XYZ | 21.75 | 16.56 | 86.05 | - |
| YUV | 100.01 | 208.13 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 242 | 0.83 | 0.57 | 0 | 0.05 | 221.29 | 0.89 | 0.55 |
| Hex | 28 | 67 | F2 | 53 | 39 | 0 | 5 | DD | 59 | 37 |
| Octal | 50 | 147 | 362 | 123 | 71 | 0 | 5 | 335 | 131 | 67 |
| Binary | 101000 | 1100111 | 11110010 | 1010011 | 111001 | 0 | 101 | 11011101 | 1011001 | 110111 |
Color Harmonies of #2867F2
Complementary color
Monochromatic Colors of #2867F2
Black with #2867F2
Text Example
Text Example
White with #2867F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2867F2; }
p { color: rgb(40,103,242); }
H1.HeaderClassName
{
color: #2867F2;
}
.AnyTagClassName
{
color: #2867F2;
}
</style>
background-color css
<style>
a { background-color: #2867F2; }
a { background-color: rgb(40,103,242); }
div.DivClassName
{
background-color: #2867F2;
}
.BgClassName
{
background-color: #2867F2;
}
</style>
border-color css
<style>
span { border-color: #2867F2; }
span { border-color: rgb(40,103,242); }
td.TdClassName
{
border-color: #2867F2;
}
.TagClassName
{
border-color: #2867F2;
}
</style>