Shades of Royal Blue #285AF7
Tints of Royal Blue #285AF7
RGB
CMYK
RGB Variations
Color information
#285AF7 (or 0x285AF7) is known color: Royal Blue. HEX triplet: 28, 5A and F7. RGB value is (40,90,247). Sum of RGB (Red+Green+Blue) = 40+90+247=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 247 (96.88% from 255 or 65.52% from 377); Max value from RGB is 247 - color contains mainly: blue. Hex color #285AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285AF7 is #D7A508. Grayscale: #5C5C5C. Windows color (decimal): -14132489 or 16210472. OLE color: 16210472.
HSL color Cylindrical-coordinate representation of color #285AF7: hue angle of 225.51º 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 #285AF7 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 90 | 247 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.03 |
| HSL | 225.51º | 0.93% | 0.56% | - |
| HSV(B) | 225.51º | 0.84% | 0.97% | - |
| XYZ | 21.32 | 14.48 | 89.67 | - |
| YUV | 92.95 | 214.94 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 247 | 0.84 | 0.64 | 0 | 0.03 | 225.51 | 0.93 | 0.56 |
| Hex | 28 | 5A | F7 | 54 | 40 | 0 | 3 | E2 | 5D | 38 |
| Octal | 50 | 132 | 367 | 124 | 100 | 0 | 3 | 342 | 135 | 70 |
| Binary | 101000 | 1011010 | 11110111 | 1010100 | 1000000 | 0 | 11 | 11100010 | 1011101 | 111000 |
Color Harmonies of #285AF7
Complementary color
Monochromatic Colors of #285AF7
Black with #285AF7
Text Example
Text Example
White with #285AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285AF7; }
p { color: rgb(40,90,247); }
H1.HeaderClassName
{
color: #285AF7;
}
.AnyTagClassName
{
color: #285AF7;
}
</style>
background-color css
<style>
a { background-color: #285AF7; }
a { background-color: rgb(40,90,247); }
div.DivClassName
{
background-color: #285AF7;
}
.BgClassName
{
background-color: #285AF7;
}
</style>
border-color css
<style>
span { border-color: #285AF7; }
span { border-color: rgb(40,90,247); }
td.TdClassName
{
border-color: #285AF7;
}
.TagClassName
{
border-color: #285AF7;
}
</style>