Shades of Royal Blue #285BE0
Tints of Royal Blue #285BE0
RGB
CMYK
RGB Variations
Color information
#285BE0 (or 0x285BE0) is known color: Royal Blue. HEX triplet: 28, 5B and E0. RGB value is (40,91,224). Sum of RGB (Red+Green+Blue) = 40+91+224=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 224 (87.89% from 255 or 63.10% from 355); Max value from RGB is 224 - color contains mainly: blue. Hex color #285BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BE0 is #D7A41F. Grayscale: #5A5A5A. Windows color (decimal): -14132256 or 14703400. OLE color: 14703400.
HSL color Cylindrical-coordinate representation of color #285BE0: hue angle of 223.37º degrees, saturation: 0.75, 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 #285BE0 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 91 | 224 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.12 |
| HSL | 223.37º | 0.75% | 0.52% | - |
| HSV(B) | 223.37º | 0.82% | 0.88% | - |
| XYZ | 18.07 | 13.32 | 72.14 | - |
| YUV | 90.91 | 203.1 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 224 | 0.82 | 0.59 | 0 | 0.12 | 223.37 | 0.75 | 0.52 |
| Hex | 28 | 5B | E0 | 52 | 3B | 0 | C | DF | 4B | 34 |
| Octal | 50 | 133 | 340 | 122 | 73 | 0 | 14 | 337 | 113 | 64 |
| Binary | 101000 | 1011011 | 11100000 | 1010010 | 111011 | 0 | 1100 | 11011111 | 1001011 | 110100 |
Color Harmonies of #285BE0
Complementary color
Monochromatic Colors of #285BE0
Black with #285BE0
Text Example
Text Example
White with #285BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285BE0; }
p { color: rgb(40,91,224); }
H1.HeaderClassName
{
color: #285BE0;
}
.AnyTagClassName
{
color: #285BE0;
}
</style>
background-color css
<style>
a { background-color: #285BE0; }
a { background-color: rgb(40,91,224); }
div.DivClassName
{
background-color: #285BE0;
}
.BgClassName
{
background-color: #285BE0;
}
</style>
border-color css
<style>
span { border-color: #285BE0; }
span { border-color: rgb(40,91,224); }
td.TdClassName
{
border-color: #285BE0;
}
.TagClassName
{
border-color: #285BE0;
}
</style>