Shades of Royal Blue #284EEA
Tints of Royal Blue #284EEA
RGB
CMYK
RGB Variations
Color information
#284EEA (or 0x284EEA) is known color: Royal Blue. HEX triplet: 28, 4E and EA. RGB value is (40,78,234). Sum of RGB (Red+Green+Blue) = 40+78+234=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #284EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #284EEA is #D7B115. Grayscale: #535353. Windows color (decimal): -14135574 or 15355432. OLE color: 15355432.
HSL color Cylindrical-coordinate representation of color #284EEA: hue angle of 228.25º degrees, saturation: 0.82, 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 #284EEA is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 78 | 234 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.08 |
| HSL | 228.25º | 0.82% | 0.54% | - |
| HSV(B) | 228.25º | 0.83% | 0.92% | - |
| XYZ | 18.45 | 11.84 | 79.15 | - |
| YUV | 84.42 | 212.41 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 234 | 0.83 | 0.67 | 0 | 0.08 | 228.25 | 0.82 | 0.54 |
| Hex | 28 | 4E | EA | 53 | 43 | 0 | 8 | E4 | 52 | 36 |
| Octal | 50 | 116 | 352 | 123 | 103 | 0 | 10 | 344 | 122 | 66 |
| Binary | 101000 | 1001110 | 11101010 | 1010011 | 1000011 | 0 | 1000 | 11100100 | 1010010 | 110110 |
Color Harmonies of #284EEA
Complementary color
Monochromatic Colors of #284EEA
Black with #284EEA
Text Example
Text Example
White with #284EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284EEA; }
p { color: rgb(40,78,234); }
H1.HeaderClassName
{
color: #284EEA;
}
.AnyTagClassName
{
color: #284EEA;
}
</style>
background-color css
<style>
a { background-color: #284EEA; }
a { background-color: rgb(40,78,234); }
div.DivClassName
{
background-color: #284EEA;
}
.BgClassName
{
background-color: #284EEA;
}
</style>
border-color css
<style>
span { border-color: #284EEA; }
span { border-color: rgb(40,78,234); }
td.TdClassName
{
border-color: #284EEA;
}
.TagClassName
{
border-color: #284EEA;
}
</style>