Shades of Royal Blue #284CEB
Tints of Royal Blue #284CEB
RGB
CMYK
RGB Variations
Color information
#284CEB (or 0x284CEB) is known color: Royal Blue. HEX triplet: 28, 4C and EB. RGB value is (40,76,235). Sum of RGB (Red+Green+Blue) = 40+76+235=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #284CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #284CEB is #D7B314. Grayscale: #525252. Windows color (decimal): -14136085 or 15420456. OLE color: 15420456.
HSL color Cylindrical-coordinate representation of color #284CEB: hue angle of 228.92º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #284CEB is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 76 | 235 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.08 |
| HSL | 228.92º | 0.83% | 0.54% | - |
| HSV(B) | 228.92º | 0.83% | 0.92% | - |
| XYZ | 18.45 | 11.62 | 79.87 | - |
| YUV | 83.36 | 213.57 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 235 | 0.83 | 0.68 | 0 | 0.08 | 228.92 | 0.83 | 0.54 |
| Hex | 28 | 4C | EB | 53 | 44 | 0 | 8 | E5 | 53 | 36 |
| Octal | 50 | 114 | 353 | 123 | 104 | 0 | 10 | 345 | 123 | 66 |
| Binary | 101000 | 1001100 | 11101011 | 1010011 | 1000100 | 0 | 1000 | 11100101 | 1010011 | 110110 |
Color Harmonies of #284CEB
Complementary color
Monochromatic Colors of #284CEB
Black with #284CEB
Text Example
Text Example
White with #284CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284CEB; }
p { color: rgb(40,76,235); }
H1.HeaderClassName
{
color: #284CEB;
}
.AnyTagClassName
{
color: #284CEB;
}
</style>
background-color css
<style>
a { background-color: #284CEB; }
a { background-color: rgb(40,76,235); }
div.DivClassName
{
background-color: #284CEB;
}
.BgClassName
{
background-color: #284CEB;
}
</style>
border-color css
<style>
span { border-color: #284CEB; }
span { border-color: rgb(40,76,235); }
td.TdClassName
{
border-color: #284CEB;
}
.TagClassName
{
border-color: #284CEB;
}
</style>