Shades of Royal Blue #285AFE
Tints of Royal Blue #285AFE
RGB
CMYK
RGB Variations
Color information
#285AFE (or 0x285AFE) is known color: Royal Blue. HEX triplet: 28, 5A and FE. RGB value is (40,90,254). Sum of RGB (Red+Green+Blue) = 40+90+254=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #285AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285AFE is #D7A501. Grayscale: #5D5D5D. Windows color (decimal): -14132482 or 16669224. OLE color: 16669224.
HSL color Cylindrical-coordinate representation of color #285AFE: hue angle of 225.98º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #285AFE is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 90 | 254 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.00 |
| HSL | 225.98º | 0.99% | 0.58% | - |
| HSV(B) | 225.98º | 0.84% | 1% | - |
| XYZ | 22.42 | 14.92 | 95.46 | - |
| YUV | 93.75 | 218.44 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 254 | 0.84 | 0.65 | 0 | 0.00 | 225.98 | 0.99 | 0.58 |
| Hex | 28 | 5A | FE | 54 | 41 | 0 | 0 | E2 | 63 | 3A |
| Octal | 50 | 132 | 376 | 124 | 101 | 0 | 0 | 342 | 143 | 72 |
| Binary | 101000 | 1011010 | 11111110 | 1010100 | 1000001 | 0 | 0 | 11100010 | 1100011 | 111010 |
Color Harmonies of #285AFE
Complementary color
Monochromatic Colors of #285AFE
Black with #285AFE
Text Example
Text Example
White with #285AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285AFE; }
p { color: rgb(40,90,254); }
H1.HeaderClassName
{
color: #285AFE;
}
.AnyTagClassName
{
color: #285AFE;
}
</style>
background-color css
<style>
a { background-color: #285AFE; }
a { background-color: rgb(40,90,254); }
div.DivClassName
{
background-color: #285AFE;
}
.BgClassName
{
background-color: #285AFE;
}
</style>
border-color css
<style>
span { border-color: #285AFE; }
span { border-color: rgb(40,90,254); }
td.TdClassName
{
border-color: #285AFE;
}
.TagClassName
{
border-color: #285AFE;
}
</style>