Shades of Royal Blue #285FEE
Tints of Royal Blue #285FEE
RGB
CMYK
RGB Variations
Color information
#285FEE (or 0x285FEE) is known color: Royal Blue. HEX triplet: 28, 5F and EE. RGB value is (40,95,238). Sum of RGB (Red+Green+Blue) = 40+95+238=373 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.72% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 238 (93.36% from 255 or 63.81% from 373); Max value from RGB is 238 - color contains mainly: blue. Hex color #285FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285FEE is #D7A011. Grayscale: #5E5E5E. Windows color (decimal): -14131218 or 15621928. OLE color: 15621928.
HSL color Cylindrical-coordinate representation of color #285FEE: hue angle of 223.33º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #285FEE is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 95 | 238 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.07 |
| HSL | 223.33º | 0.85% | 0.55% | - |
| HSV(B) | 223.33º | 0.83% | 0.93% | - |
| XYZ | 20.4 | 14.81 | 82.67 | - |
| YUV | 94.86 | 208.78 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 238 | 0.83 | 0.60 | 0 | 0.07 | 223.33 | 0.85 | 0.55 |
| Hex | 28 | 5F | EE | 53 | 3C | 0 | 7 | DF | 55 | 37 |
| Octal | 50 | 137 | 356 | 123 | 74 | 0 | 7 | 337 | 125 | 67 |
| Binary | 101000 | 1011111 | 11101110 | 1010011 | 111100 | 0 | 111 | 11011111 | 1010101 | 110111 |
Color Harmonies of #285FEE
Complementary color
Monochromatic Colors of #285FEE
Black with #285FEE
Text Example
Text Example
White with #285FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285FEE; }
p { color: rgb(40,95,238); }
H1.HeaderClassName
{
color: #285FEE;
}
.AnyTagClassName
{
color: #285FEE;
}
</style>
background-color css
<style>
a { background-color: #285FEE; }
a { background-color: rgb(40,95,238); }
div.DivClassName
{
background-color: #285FEE;
}
.BgClassName
{
background-color: #285FEE;
}
</style>
border-color css
<style>
span { border-color: #285FEE; }
span { border-color: rgb(40,95,238); }
td.TdClassName
{
border-color: #285FEE;
}
.TagClassName
{
border-color: #285FEE;
}
</style>