Shades of Royal Blue #285BEA
Tints of Royal Blue #285BEA
RGB
CMYK
RGB Variations
Color information
#285BEA (or 0x285BEA) is known color: Royal Blue. HEX triplet: 28, 5B and EA. RGB value is (40,91,234). Sum of RGB (Red+Green+Blue) = 40+91+234=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #285BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285BEA is #D7A415. Grayscale: #5B5B5B. Windows color (decimal): -14132246 or 15358760. OLE color: 15358760.
HSL color Cylindrical-coordinate representation of color #285BEA: hue angle of 224.23º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #285BEA is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 91 | 234 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.08 |
| HSL | 224.23º | 0.82% | 0.54% | - |
| HSV(B) | 224.23º | 0.83% | 0.92% | - |
| XYZ | 19.47 | 13.87 | 79.49 | - |
| YUV | 92.05 | 208.1 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 234 | 0.83 | 0.61 | 0 | 0.08 | 224.23 | 0.82 | 0.54 |
| Hex | 28 | 5B | EA | 53 | 3D | 0 | 8 | E0 | 52 | 36 |
| Octal | 50 | 133 | 352 | 123 | 75 | 0 | 10 | 340 | 122 | 66 |
| Binary | 101000 | 1011011 | 11101010 | 1010011 | 111101 | 0 | 1000 | 11100000 | 1010010 | 110110 |
Color Harmonies of #285BEA
Complementary color
Monochromatic Colors of #285BEA
Black with #285BEA
Text Example
Text Example
White with #285BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285BEA; }
p { color: rgb(40,91,234); }
H1.HeaderClassName
{
color: #285BEA;
}
.AnyTagClassName
{
color: #285BEA;
}
</style>
background-color css
<style>
a { background-color: #285BEA; }
a { background-color: rgb(40,91,234); }
div.DivClassName
{
background-color: #285BEA;
}
.BgClassName
{
background-color: #285BEA;
}
</style>
border-color css
<style>
span { border-color: #285BEA; }
span { border-color: rgb(40,91,234); }
td.TdClassName
{
border-color: #285BEA;
}
.TagClassName
{
border-color: #285BEA;
}
</style>