Shades of Royal Blue #285EFA
Tints of Royal Blue #285EFA
RGB
CMYK
RGB Variations
Color information
#285EFA (or 0x285EFA) is known color: Royal Blue. HEX triplet: 28, 5E and FA. RGB value is (40,94,250). Sum of RGB (Red+Green+Blue) = 40+94+250=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #285EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285EFA is #D7A105. Grayscale: #5E5E5E. Windows color (decimal): -14131462 or 16408104. OLE color: 16408104.
HSL color Cylindrical-coordinate representation of color #285EFA: hue angle of 224.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #285EFA is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 94 | 250 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.02 |
| HSL | 224.57º | 0.95% | 0.57% | - |
| HSV(B) | 224.57º | 0.84% | 0.98% | - |
| XYZ | 22.13 | 15.36 | 92.24 | - |
| YUV | 95.64 | 215.11 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 250 | 0.84 | 0.62 | 0 | 0.02 | 224.57 | 0.95 | 0.57 |
| Hex | 28 | 5E | FA | 54 | 3E | 0 | 2 | E1 | 5F | 39 |
| Octal | 50 | 136 | 372 | 124 | 76 | 0 | 2 | 341 | 137 | 71 |
| Binary | 101000 | 1011110 | 11111010 | 1010100 | 111110 | 0 | 10 | 11100001 | 1011111 | 111001 |
Color Harmonies of #285EFA
Complementary color
Monochromatic Colors of #285EFA
Black with #285EFA
Text Example
Text Example
White with #285EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285EFA; }
p { color: rgb(40,94,250); }
H1.HeaderClassName
{
color: #285EFA;
}
.AnyTagClassName
{
color: #285EFA;
}
</style>
background-color css
<style>
a { background-color: #285EFA; }
a { background-color: rgb(40,94,250); }
div.DivClassName
{
background-color: #285EFA;
}
.BgClassName
{
background-color: #285EFA;
}
</style>
border-color css
<style>
span { border-color: #285EFA; }
span { border-color: rgb(40,94,250); }
td.TdClassName
{
border-color: #285EFA;
}
.TagClassName
{
border-color: #285EFA;
}
</style>