Shades of Royal Blue #2867FD
Tints of Royal Blue #2867FD
RGB
CMYK
RGB Variations
Color information
#2867FD (or 0x2867FD) is known color: Royal Blue. HEX triplet: 28, 67 and FD. RGB value is (40,103,253). Sum of RGB (Red+Green+Blue) = 40+103+253=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #2867FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2867FD is #D79802. Grayscale: #646464. Windows color (decimal): -14129155 or 16607016. OLE color: 16607016.
HSL color Cylindrical-coordinate representation of color #2867FD: hue angle of 222.25º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2867FD is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 103 | 253 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.01 |
| HSL | 222.25º | 0.98% | 0.57% | - |
| HSV(B) | 222.25º | 0.84% | 0.99% | - |
| XYZ | 23.45 | 17.24 | 95.02 | - |
| YUV | 101.26 | 213.63 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 253 | 0.84 | 0.59 | 0 | 0.01 | 222.25 | 0.98 | 0.57 |
| Hex | 28 | 67 | FD | 54 | 3B | 0 | 1 | DE | 62 | 39 |
| Octal | 50 | 147 | 375 | 124 | 73 | 0 | 1 | 336 | 142 | 71 |
| Binary | 101000 | 1100111 | 11111101 | 1010100 | 111011 | 0 | 1 | 11011110 | 1100010 | 111001 |
Color Harmonies of #2867FD
Complementary color
Monochromatic Colors of #2867FD
Black with #2867FD
Text Example
Text Example
White with #2867FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2867FD; }
p { color: rgb(40,103,253); }
H1.HeaderClassName
{
color: #2867FD;
}
.AnyTagClassName
{
color: #2867FD;
}
</style>
background-color css
<style>
a { background-color: #2867FD; }
a { background-color: rgb(40,103,253); }
div.DivClassName
{
background-color: #2867FD;
}
.BgClassName
{
background-color: #2867FD;
}
</style>
border-color css
<style>
span { border-color: #2867FD; }
span { border-color: rgb(40,103,253); }
td.TdClassName
{
border-color: #2867FD;
}
.TagClassName
{
border-color: #2867FD;
}
</style>