Shades of Royal Blue #284FED
Tints of Royal Blue #284FED
RGB
CMYK
RGB Variations
Color information
#284FED (or 0x284FED) is known color: Royal Blue. HEX triplet: 28, 4F and ED. RGB value is (40,79,237). Sum of RGB (Red+Green+Blue) = 40+79+237=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #284FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #284FED is #D7B012. Grayscale: #545454. Windows color (decimal): -14135315 or 15552296. OLE color: 15552296.
HSL color Cylindrical-coordinate representation of color #284FED: hue angle of 228.12º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #284FED is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 79 | 237 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.07 |
| HSL | 228.12º | 0.85% | 0.54% | - |
| HSV(B) | 228.12º | 0.83% | 0.93% | - |
| XYZ | 18.96 | 12.16 | 81.47 | - |
| YUV | 85.35 | 213.58 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 79 | 237 | 0.83 | 0.67 | 0 | 0.07 | 228.12 | 0.85 | 0.54 |
| Hex | 28 | 4F | ED | 53 | 43 | 0 | 7 | E4 | 55 | 36 |
| Octal | 50 | 117 | 355 | 123 | 103 | 0 | 7 | 344 | 125 | 66 |
| Binary | 101000 | 1001111 | 11101101 | 1010011 | 1000011 | 0 | 111 | 11100100 | 1010101 | 110110 |
Color Harmonies of #284FED
Complementary color
Monochromatic Colors of #284FED
Black with #284FED
Text Example
Text Example
White with #284FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284FED; }
p { color: rgb(40,79,237); }
H1.HeaderClassName
{
color: #284FED;
}
.AnyTagClassName
{
color: #284FED;
}
</style>
background-color css
<style>
a { background-color: #284FED; }
a { background-color: rgb(40,79,237); }
div.DivClassName
{
background-color: #284FED;
}
.BgClassName
{
background-color: #284FED;
}
</style>
border-color css
<style>
span { border-color: #284FED; }
span { border-color: rgb(40,79,237); }
td.TdClassName
{
border-color: #284FED;
}
.TagClassName
{
border-color: #284FED;
}
</style>