Shades of Royal Blue #285DFF
Tints of Royal Blue #285DFF
RGB
CMYK
RGB Variations
Color information
#285DFF (or 0x285DFF) is known color: Royal Blue. HEX triplet: 28, 5D and FF. RGB value is (40,93,255). Sum of RGB (Red+Green+Blue) = 40+93+255=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #285DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285DFF is #D7A200. Grayscale: #5E5E5E. Windows color (decimal): -14131713 or 16735528. OLE color: 16735528.
HSL color Cylindrical-coordinate representation of color #285DFF: hue angle of 225.21º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #285DFF is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 93 | 255 | - |
| CMYK | 0.84 | 0.64 | 0 | 0 |
| HSL | 225.21º | 1% | 0.58% | - |
| HSV(B) | 225.21º | 0.84% | 1% | - |
| XYZ | 22.84 | 15.5 | 96.4 | - |
| YUV | 95.62 | 217.94 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 255 | 0.84 | 0.64 | 0 | 0 | 225.21 | 1 | 0.58 |
| Hex | 28 | 5D | FF | 54 | 40 | 0 | 0 | E1 | 64 | 3A |
| Octal | 50 | 135 | 377 | 124 | 100 | 0 | 0 | 341 | 144 | 72 |
| Binary | 101000 | 1011101 | 11111111 | 1010100 | 1000000 | 0 | 0 | 11100001 | 1100100 | 111010 |
Color Harmonies of #285DFF
Complementary color
Monochromatic Colors of #285DFF
Black with #285DFF
Text Example
Text Example
White with #285DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285DFF; }
p { color: rgb(40,93,255); }
H1.HeaderClassName
{
color: #285DFF;
}
.AnyTagClassName
{
color: #285DFF;
}
</style>
background-color css
<style>
a { background-color: #285DFF; }
a { background-color: rgb(40,93,255); }
div.DivClassName
{
background-color: #285DFF;
}
.BgClassName
{
background-color: #285DFF;
}
</style>
border-color css
<style>
span { border-color: #285DFF; }
span { border-color: rgb(40,93,255); }
td.TdClassName
{
border-color: #285DFF;
}
.TagClassName
{
border-color: #285DFF;
}
</style>