Shades of Royal Blue #285EE8
Tints of Royal Blue #285EE8
RGB
CMYK
RGB Variations
Color information
#285EE8 (or 0x285EE8) is known color: Royal Blue. HEX triplet: 28, 5E and E8. RGB value is (40,94,232). Sum of RGB (Red+Green+Blue) = 40+94+232=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 232 (91.02% from 255 or 63.39% from 366); Max value from RGB is 232 - color contains mainly: blue. Hex color #285EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285EE8 is #D7A117. Grayscale: #5C5C5C. Windows color (decimal): -14131480 or 15228456. OLE color: 15228456.
HSL color Cylindrical-coordinate representation of color #285EE8: hue angle of 223.12º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #285EE8 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 94 | 232 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.09 |
| HSL | 223.13º | 0.81% | 0.53% | - |
| HSV(B) | 223.13º | 0.83% | 0.91% | - |
| XYZ | 19.44 | 14.28 | 78.08 | - |
| YUV | 93.59 | 206.11 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 232 | 0.83 | 0.59 | 0 | 0.09 | 223.13 | 0.81 | 0.53 |
| Hex | 28 | 5E | E8 | 53 | 3B | 0 | 9 | DF | 51 | 35 |
| Octal | 50 | 136 | 350 | 123 | 73 | 0 | 11 | 337 | 121 | 65 |
| Binary | 101000 | 1011110 | 11101000 | 1010011 | 111011 | 0 | 1001 | 11011111 | 1010001 | 110101 |
Color Harmonies of #285EE8
Complementary color
Monochromatic Colors of #285EE8
Black with #285EE8
Text Example
Text Example
White with #285EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285EE8; }
p { color: rgb(40,94,232); }
H1.HeaderClassName
{
color: #285EE8;
}
.AnyTagClassName
{
color: #285EE8;
}
</style>
background-color css
<style>
a { background-color: #285EE8; }
a { background-color: rgb(40,94,232); }
div.DivClassName
{
background-color: #285EE8;
}
.BgClassName
{
background-color: #285EE8;
}
</style>
border-color css
<style>
span { border-color: #285EE8; }
span { border-color: rgb(40,94,232); }
td.TdClassName
{
border-color: #285EE8;
}
.TagClassName
{
border-color: #285EE8;
}
</style>