Shades of Royal Blue #285EE2
Tints of Royal Blue #285EE2
RGB
CMYK
RGB Variations
Color information
#285EE2 (or 0x285EE2) is known color: Royal Blue. HEX triplet: 28, 5E and E2. RGB value is (40,94,226). Sum of RGB (Red+Green+Blue) = 40+94+226=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 226 (88.67% from 255 or 62.78% from 360); Max value from RGB is 226 - color contains mainly: blue. Hex color #285EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285EE2 is #D7A11D. Grayscale: #5C5C5C. Windows color (decimal): -14131486 or 14835240. OLE color: 14835240.
HSL color Cylindrical-coordinate representation of color #285EE2: hue angle of 222.58º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #285EE2 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 94 | 226 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.11 |
| HSL | 222.58º | 0.76% | 0.52% | - |
| HSV(B) | 222.58º | 0.82% | 0.89% | - |
| XYZ | 18.61 | 13.95 | 73.66 | - |
| YUV | 92.9 | 203.11 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 226 | 0.82 | 0.58 | 0 | 0.11 | 222.58 | 0.76 | 0.52 |
| Hex | 28 | 5E | E2 | 52 | 3A | 0 | B | DF | 4C | 34 |
| Octal | 50 | 136 | 342 | 122 | 72 | 0 | 13 | 337 | 114 | 64 |
| Binary | 101000 | 1011110 | 11100010 | 1010010 | 111010 | 0 | 1011 | 11011111 | 1001100 | 110100 |
Color Harmonies of #285EE2
Complementary color
Monochromatic Colors of #285EE2
Black with #285EE2
Text Example
Text Example
White with #285EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285EE2; }
p { color: rgb(40,94,226); }
H1.HeaderClassName
{
color: #285EE2;
}
.AnyTagClassName
{
color: #285EE2;
}
</style>
background-color css
<style>
a { background-color: #285EE2; }
a { background-color: rgb(40,94,226); }
div.DivClassName
{
background-color: #285EE2;
}
.BgClassName
{
background-color: #285EE2;
}
</style>
border-color css
<style>
span { border-color: #285EE2; }
span { border-color: rgb(40,94,226); }
td.TdClassName
{
border-color: #285EE2;
}
.TagClassName
{
border-color: #285EE2;
}
</style>