Shades of Royal Blue #285CEE
Tints of Royal Blue #285CEE
RGB
CMYK
RGB Variations
Color information
#285CEE (or 0x285CEE) is known color: Royal Blue. HEX triplet: 28, 5C and EE. RGB value is (40,92,238). Sum of RGB (Red+Green+Blue) = 40+92+238=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #285CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285CEE is #D7A311. Grayscale: #5C5C5C. Windows color (decimal): -14131986 or 15621160. OLE color: 15621160.
HSL color Cylindrical-coordinate representation of color #285CEE: hue angle of 224.24º 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 #285CEE is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 92 | 238 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.07 |
| HSL | 224.24º | 0.85% | 0.55% | - |
| HSV(B) | 224.24º | 0.83% | 0.93% | - |
| XYZ | 20.13 | 14.28 | 82.58 | - |
| YUV | 93.1 | 209.77 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 238 | 0.83 | 0.61 | 0 | 0.07 | 224.24 | 0.85 | 0.55 |
| Hex | 28 | 5C | EE | 53 | 3D | 0 | 7 | E0 | 55 | 37 |
| Octal | 50 | 134 | 356 | 123 | 75 | 0 | 7 | 340 | 125 | 67 |
| Binary | 101000 | 1011100 | 11101110 | 1010011 | 111101 | 0 | 111 | 11100000 | 1010101 | 110111 |
Color Harmonies of #285CEE
Complementary color
Monochromatic Colors of #285CEE
Black with #285CEE
Text Example
Text Example
White with #285CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285CEE; }
p { color: rgb(40,92,238); }
H1.HeaderClassName
{
color: #285CEE;
}
.AnyTagClassName
{
color: #285CEE;
}
</style>
background-color css
<style>
a { background-color: #285CEE; }
a { background-color: rgb(40,92,238); }
div.DivClassName
{
background-color: #285CEE;
}
.BgClassName
{
background-color: #285CEE;
}
</style>
border-color css
<style>
span { border-color: #285CEE; }
span { border-color: rgb(40,92,238); }
td.TdClassName
{
border-color: #285CEE;
}
.TagClassName
{
border-color: #285CEE;
}
</style>