Shades of Royal Blue #286CE1
Tints of Royal Blue #286CE1
RGB
CMYK
RGB Variations
Color information
#286CE1 (or 0x286CE1) is known color: Royal Blue. HEX triplet: 28, 6C and E1. RGB value is (40,108,225). Sum of RGB (Red+Green+Blue) = 40+108+225=373 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.72% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #286CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286CE1 is #D7931E. Grayscale: #646464. Windows color (decimal): -14127903 or 14773288. OLE color: 14773288.
HSL color Cylindrical-coordinate representation of color #286CE1: hue angle of 217.95º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #286CE1 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 108 | 225 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.12 |
| HSL | 217.95º | 0.76% | 0.52% | - |
| HSV(B) | 217.95º | 0.82% | 0.88% | - |
| XYZ | 19.83 | 16.61 | 73.4 | - |
| YUV | 101.01 | 197.97 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 225 | 0.82 | 0.52 | 0 | 0.12 | 217.95 | 0.76 | 0.52 |
| Hex | 28 | 6C | E1 | 52 | 34 | 0 | C | DA | 4C | 34 |
| Octal | 50 | 154 | 341 | 122 | 64 | 0 | 14 | 332 | 114 | 64 |
| Binary | 101000 | 1101100 | 11100001 | 1010010 | 110100 | 0 | 1100 | 11011010 | 1001100 | 110100 |
Color Harmonies of #286CE1
Complementary color
Monochromatic Colors of #286CE1
Black with #286CE1
Text Example
Text Example
White with #286CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286CE1; }
p { color: rgb(40,108,225); }
H1.HeaderClassName
{
color: #286CE1;
}
.AnyTagClassName
{
color: #286CE1;
}
</style>
background-color css
<style>
a { background-color: #286CE1; }
a { background-color: rgb(40,108,225); }
div.DivClassName
{
background-color: #286CE1;
}
.BgClassName
{
background-color: #286CE1;
}
</style>
border-color css
<style>
span { border-color: #286CE1; }
span { border-color: rgb(40,108,225); }
td.TdClassName
{
border-color: #286CE1;
}
.TagClassName
{
border-color: #286CE1;
}
</style>