Shades of Royal Blue #285CFE
Tints of Royal Blue #285CFE
RGB
CMYK
RGB Variations
Color information
#285CFE (or 0x285CFE) is known color: Royal Blue. HEX triplet: 28, 5C and FE. RGB value is (40,92,254). Sum of RGB (Red+Green+Blue) = 40+92+254=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #285CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285CFE is #D7A301. Grayscale: #5E5E5E. Windows color (decimal): -14131970 or 16669736. OLE color: 16669736.
HSL color Cylindrical-coordinate representation of color #285CFE: hue angle of 225.42º 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 #285CFE is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 92 | 254 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.00 |
| HSL | 225.42º | 0.99% | 0.58% | - |
| HSV(B) | 225.42º | 0.84% | 1% | - |
| XYZ | 22.59 | 15.26 | 95.52 | - |
| YUV | 94.92 | 217.77 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 254 | 0.84 | 0.64 | 0 | 0.00 | 225.42 | 0.99 | 0.58 |
| Hex | 28 | 5C | FE | 54 | 40 | 0 | 0 | E1 | 63 | 3A |
| Octal | 50 | 134 | 376 | 124 | 100 | 0 | 0 | 341 | 143 | 72 |
| Binary | 101000 | 1011100 | 11111110 | 1010100 | 1000000 | 0 | 0 | 11100001 | 1100011 | 111010 |
Color Harmonies of #285CFE
Complementary color
Monochromatic Colors of #285CFE
Black with #285CFE
Text Example
Text Example
White with #285CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285CFE; }
p { color: rgb(40,92,254); }
H1.HeaderClassName
{
color: #285CFE;
}
.AnyTagClassName
{
color: #285CFE;
}
</style>
background-color css
<style>
a { background-color: #285CFE; }
a { background-color: rgb(40,92,254); }
div.DivClassName
{
background-color: #285CFE;
}
.BgClassName
{
background-color: #285CFE;
}
</style>
border-color css
<style>
span { border-color: #285CFE; }
span { border-color: rgb(40,92,254); }
td.TdClassName
{
border-color: #285CFE;
}
.TagClassName
{
border-color: #285CFE;
}
</style>