Shades of Royal Blue #285EF0
Tints of Royal Blue #285EF0
RGB
CMYK
RGB Variations
Color information
#285EF0 (or 0x285EF0) is known color: Royal Blue. HEX triplet: 28, 5E and F0. RGB value is (40,94,240). Sum of RGB (Red+Green+Blue) = 40+94+240=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 240 (94.14% from 255 or 64.17% from 374); Max value from RGB is 240 - color contains mainly: blue. Hex color #285EF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285EF0 is #D7A10F. Grayscale: #5D5D5D. Windows color (decimal): -14131472 or 15752744. OLE color: 15752744.
HSL color Cylindrical-coordinate representation of color #285EF0: hue angle of 223.8º 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 #285EF0 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 94 | 240 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.06 |
| HSL | 223.8º | 0.87% | 0.55% | - |
| HSV(B) | 223.8º | 0.83% | 0.94% | - |
| XYZ | 20.61 | 14.75 | 84.2 | - |
| YUV | 94.5 | 210.11 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 240 | 0.83 | 0.61 | 0 | 0.06 | 223.8 | 0.87 | 0.55 |
| Hex | 28 | 5E | F0 | 53 | 3D | 0 | 6 | E0 | 57 | 37 |
| Octal | 50 | 136 | 360 | 123 | 75 | 0 | 6 | 340 | 127 | 67 |
| Binary | 101000 | 1011110 | 11110000 | 1010011 | 111101 | 0 | 110 | 11100000 | 1010111 | 110111 |
Color Harmonies of #285EF0
Complementary color
Monochromatic Colors of #285EF0
Black with #285EF0
Text Example
Text Example
White with #285EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285EF0; }
p { color: rgb(40,94,240); }
H1.HeaderClassName
{
color: #285EF0;
}
.AnyTagClassName
{
color: #285EF0;
}
</style>
background-color css
<style>
a { background-color: #285EF0; }
a { background-color: rgb(40,94,240); }
div.DivClassName
{
background-color: #285EF0;
}
.BgClassName
{
background-color: #285EF0;
}
</style>
border-color css
<style>
span { border-color: #285EF0; }
span { border-color: rgb(40,94,240); }
td.TdClassName
{
border-color: #285EF0;
}
.TagClassName
{
border-color: #285EF0;
}
</style>