Shades of Royal Blue #284DF0
Tints of Royal Blue #284DF0
RGB
CMYK
RGB Variations
Color information
#284DF0 (or 0x284DF0) is known color: Royal Blue. HEX triplet: 28, 4D and F0. RGB value is (40,77,240). Sum of RGB (Red+Green+Blue) = 40+77+240=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 240 (94.14% from 255 or 67.23% from 357); Max value from RGB is 240 - color contains mainly: blue. Hex color #284DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #284DF0 is #D7B20F. Grayscale: #535353. Windows color (decimal): -14135824 or 15748392. OLE color: 15748392.
HSL color Cylindrical-coordinate representation of color #284DF0: hue angle of 228.9º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #284DF0 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 77 | 240 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.06 |
| HSL | 228.9º | 0.87% | 0.55% | - |
| HSV(B) | 228.9º | 0.83% | 0.94% | - |
| XYZ | 19.26 | 12.05 | 83.75 | - |
| YUV | 84.52 | 215.74 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 77 | 240 | 0.83 | 0.68 | 0 | 0.06 | 228.9 | 0.87 | 0.55 |
| Hex | 28 | 4D | F0 | 53 | 44 | 0 | 6 | E5 | 57 | 37 |
| Octal | 50 | 115 | 360 | 123 | 104 | 0 | 6 | 345 | 127 | 67 |
| Binary | 101000 | 1001101 | 11110000 | 1010011 | 1000100 | 0 | 110 | 11100101 | 1010111 | 110111 |
Color Harmonies of #284DF0
Complementary color
Monochromatic Colors of #284DF0
Black with #284DF0
Text Example
Text Example
White with #284DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284DF0; }
p { color: rgb(40,77,240); }
H1.HeaderClassName
{
color: #284DF0;
}
.AnyTagClassName
{
color: #284DF0;
}
</style>
background-color css
<style>
a { background-color: #284DF0; }
a { background-color: rgb(40,77,240); }
div.DivClassName
{
background-color: #284DF0;
}
.BgClassName
{
background-color: #284DF0;
}
</style>
border-color css
<style>
span { border-color: #284DF0; }
span { border-color: rgb(40,77,240); }
td.TdClassName
{
border-color: #284DF0;
}
.TagClassName
{
border-color: #284DF0;
}
</style>