Shades of Royal Blue #285BFE
Tints of Royal Blue #285BFE
RGB
CMYK
RGB Variations
Color information
#285BFE (or 0x285BFE) is known color: Royal Blue. HEX triplet: 28, 5B and FE. RGB value is (40,91,254). Sum of RGB (Red+Green+Blue) = 40+91+254=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #285BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285BFE is #D7A401. Grayscale: #5D5D5D. Windows color (decimal): -14132226 or 16669480. OLE color: 16669480.
HSL color Cylindrical-coordinate representation of color #285BFE: hue angle of 225.7º 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 #285BFE is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 91 | 254 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.00 |
| HSL | 225.7º | 0.99% | 0.58% | - |
| HSV(B) | 225.7º | 0.84% | 1% | - |
| XYZ | 22.51 | 15.09 | 95.49 | - |
| YUV | 94.33 | 218.1 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 254 | 0.84 | 0.64 | 0 | 0.00 | 225.7 | 0.99 | 0.58 |
| Hex | 28 | 5B | FE | 54 | 40 | 0 | 0 | E2 | 63 | 3A |
| Octal | 50 | 133 | 376 | 124 | 100 | 0 | 0 | 342 | 143 | 72 |
| Binary | 101000 | 1011011 | 11111110 | 1010100 | 1000000 | 0 | 0 | 11100010 | 1100011 | 111010 |
Color Harmonies of #285BFE
Complementary color
Monochromatic Colors of #285BFE
Black with #285BFE
Text Example
Text Example
White with #285BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285BFE; }
p { color: rgb(40,91,254); }
H1.HeaderClassName
{
color: #285BFE;
}
.AnyTagClassName
{
color: #285BFE;
}
</style>
background-color css
<style>
a { background-color: #285BFE; }
a { background-color: rgb(40,91,254); }
div.DivClassName
{
background-color: #285BFE;
}
.BgClassName
{
background-color: #285BFE;
}
</style>
border-color css
<style>
span { border-color: #285BFE; }
span { border-color: rgb(40,91,254); }
td.TdClassName
{
border-color: #285BFE;
}
.TagClassName
{
border-color: #285BFE;
}
</style>