Shades of Royal Blue #285CF7
Tints of Royal Blue #285CF7
RGB
CMYK
RGB Variations
Color information
#285CF7 (or 0x285CF7) is known color: Royal Blue. HEX triplet: 28, 5C and F7. RGB value is (40,92,247). Sum of RGB (Red+Green+Blue) = 40+92+247=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 247 (96.88% from 255 or 65.17% from 379); Max value from RGB is 247 - color contains mainly: blue. Hex color #285CF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285CF7 is #D7A308. Grayscale: #5D5D5D. Windows color (decimal): -14131977 or 16210984. OLE color: 16210984.
HSL color Cylindrical-coordinate representation of color #285CF7: hue angle of 224.93º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #285CF7 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 92 | 247 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.03 |
| HSL | 224.93º | 0.93% | 0.56% | - |
| HSV(B) | 224.93º | 0.84% | 0.97% | - |
| XYZ | 21.49 | 14.82 | 89.72 | - |
| YUV | 94.12 | 214.27 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 247 | 0.84 | 0.63 | 0 | 0.03 | 224.93 | 0.93 | 0.56 |
| Hex | 28 | 5C | F7 | 54 | 3F | 0 | 3 | E1 | 5D | 38 |
| Octal | 50 | 134 | 367 | 124 | 77 | 0 | 3 | 341 | 135 | 70 |
| Binary | 101000 | 1011100 | 11110111 | 1010100 | 111111 | 0 | 11 | 11100001 | 1011101 | 111000 |
Color Harmonies of #285CF7
Complementary color
Monochromatic Colors of #285CF7
Black with #285CF7
Text Example
Text Example
White with #285CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285CF7; }
p { color: rgb(40,92,247); }
H1.HeaderClassName
{
color: #285CF7;
}
.AnyTagClassName
{
color: #285CF7;
}
</style>
background-color css
<style>
a { background-color: #285CF7; }
a { background-color: rgb(40,92,247); }
div.DivClassName
{
background-color: #285CF7;
}
.BgClassName
{
background-color: #285CF7;
}
</style>
border-color css
<style>
span { border-color: #285CF7; }
span { border-color: rgb(40,92,247); }
td.TdClassName
{
border-color: #285CF7;
}
.TagClassName
{
border-color: #285CF7;
}
</style>