Shades of Royal Blue #2862FF
Tints of Royal Blue #2862FF
RGB
CMYK
RGB Variations
Color information
#2862FF (or 0x2862FF) is known color: Royal Blue. HEX triplet: 28, 62 and FF. RGB value is (40,98,255). Sum of RGB (Red+Green+Blue) = 40+98+255=393 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.18% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #2862FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2862FF is #D79D00. Grayscale: #616161. Windows color (decimal): -14130433 or 16736808. OLE color: 16736808.
HSL color Cylindrical-coordinate representation of color #2862FF: hue angle of 223.81º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2862FF is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 98 | 255 | - |
| CMYK | 0.84 | 0.62 | 0 | 0 |
| HSL | 223.81º | 1% | 0.58% | - |
| HSV(B) | 223.81º | 0.84% | 1% | - |
| XYZ | 23.29 | 16.41 | 96.55 | - |
| YUV | 98.56 | 216.28 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 98 | 255 | 0.84 | 0.62 | 0 | 0 | 223.81 | 1 | 0.58 |
| Hex | 28 | 62 | FF | 54 | 3E | 0 | 0 | E0 | 64 | 3A |
| Octal | 50 | 142 | 377 | 124 | 76 | 0 | 0 | 340 | 144 | 72 |
| Binary | 101000 | 1100010 | 11111111 | 1010100 | 111110 | 0 | 0 | 11100000 | 1100100 | 111010 |
Color Harmonies of #2862FF
Complementary color
Monochromatic Colors of #2862FF
Black with #2862FF
Text Example
Text Example
White with #2862FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2862FF; }
p { color: rgb(40,98,255); }
H1.HeaderClassName
{
color: #2862FF;
}
.AnyTagClassName
{
color: #2862FF;
}
</style>
background-color css
<style>
a { background-color: #2862FF; }
a { background-color: rgb(40,98,255); }
div.DivClassName
{
background-color: #2862FF;
}
.BgClassName
{
background-color: #2862FF;
}
</style>
border-color css
<style>
span { border-color: #2862FF; }
span { border-color: rgb(40,98,255); }
td.TdClassName
{
border-color: #2862FF;
}
.TagClassName
{
border-color: #2862FF;
}
</style>