Shades of Royal Blue #285EF2
Tints of Royal Blue #285EF2
RGB
CMYK
RGB Variations
Color information
#285EF2 (or 0x285EF2) is known color: Royal Blue. HEX triplet: 28, 5E and F2. RGB value is (40,94,242). Sum of RGB (Red+Green+Blue) = 40+94+242=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 242 (94.92% from 255 or 64.36% from 376); Max value from RGB is 242 - color contains mainly: blue. Hex color #285EF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285EF2 is #D7A10D. Grayscale: #5E5E5E. Windows color (decimal): -14131470 or 15883816. OLE color: 15883816.
HSL color Cylindrical-coordinate representation of color #285EF2: hue angle of 223.96º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #285EF2 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 94 | 242 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.05 |
| HSL | 223.96º | 0.89% | 0.55% | - |
| HSV(B) | 223.96º | 0.83% | 0.95% | - |
| XYZ | 20.9 | 14.87 | 85.77 | - |
| YUV | 94.73 | 211.11 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 242 | 0.83 | 0.61 | 0 | 0.05 | 223.96 | 0.89 | 0.55 |
| Hex | 28 | 5E | F2 | 53 | 3D | 0 | 5 | E0 | 59 | 37 |
| Octal | 50 | 136 | 362 | 123 | 75 | 0 | 5 | 340 | 131 | 67 |
| Binary | 101000 | 1011110 | 11110010 | 1010011 | 111101 | 0 | 101 | 11100000 | 1011001 | 110111 |
Color Harmonies of #285EF2
Complementary color
Monochromatic Colors of #285EF2
Black with #285EF2
Text Example
Text Example
White with #285EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285EF2; }
p { color: rgb(40,94,242); }
H1.HeaderClassName
{
color: #285EF2;
}
.AnyTagClassName
{
color: #285EF2;
}
</style>
background-color css
<style>
a { background-color: #285EF2; }
a { background-color: rgb(40,94,242); }
div.DivClassName
{
background-color: #285EF2;
}
.BgClassName
{
background-color: #285EF2;
}
</style>
border-color css
<style>
span { border-color: #285EF2; }
span { border-color: rgb(40,94,242); }
td.TdClassName
{
border-color: #285EF2;
}
.TagClassName
{
border-color: #285EF2;
}
</style>