Shades of Royal Blue #285BFC
Tints of Royal Blue #285BFC
RGB
CMYK
RGB Variations
Color information
#285BFC (or 0x285BFC) is known color: Royal Blue. HEX triplet: 28, 5B and FC. RGB value is (40,91,252). Sum of RGB (Red+Green+Blue) = 40+91+252=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #285BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285BFC is #D7A403. Grayscale: #5D5D5D. Windows color (decimal): -14132228 or 16538408. OLE color: 16538408.
HSL color Cylindrical-coordinate representation of color #285BFC: hue angle of 225.57º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #285BFC is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 91 | 252 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.01 |
| HSL | 225.57º | 0.97% | 0.57% | - |
| HSV(B) | 225.57º | 0.84% | 0.99% | - |
| XYZ | 22.19 | 14.96 | 93.81 | - |
| YUV | 94.11 | 217.1 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 252 | 0.84 | 0.64 | 0 | 0.01 | 225.57 | 0.97 | 0.57 |
| Hex | 28 | 5B | FC | 54 | 40 | 0 | 1 | E2 | 61 | 39 |
| Octal | 50 | 133 | 374 | 124 | 100 | 0 | 1 | 342 | 141 | 71 |
| Binary | 101000 | 1011011 | 11111100 | 1010100 | 1000000 | 0 | 1 | 11100010 | 1100001 | 111001 |
Color Harmonies of #285BFC
Complementary color
Monochromatic Colors of #285BFC
Black with #285BFC
Text Example
Text Example
White with #285BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285BFC; }
p { color: rgb(40,91,252); }
H1.HeaderClassName
{
color: #285BFC;
}
.AnyTagClassName
{
color: #285BFC;
}
</style>
background-color css
<style>
a { background-color: #285BFC; }
a { background-color: rgb(40,91,252); }
div.DivClassName
{
background-color: #285BFC;
}
.BgClassName
{
background-color: #285BFC;
}
</style>
border-color css
<style>
span { border-color: #285BFC; }
span { border-color: rgb(40,91,252); }
td.TdClassName
{
border-color: #285BFC;
}
.TagClassName
{
border-color: #285BFC;
}
</style>