Shades of Royal Blue #285FE6
Tints of Royal Blue #285FE6
RGB
CMYK
RGB Variations
Color information
#285FE6 (or 0x285FE6) is known color: Royal Blue. HEX triplet: 28, 5F and E6. RGB value is (40,95,230). Sum of RGB (Red+Green+Blue) = 40+95+230=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 230 (90.23% from 255 or 63.01% from 365); Max value from RGB is 230 - color contains mainly: blue. Hex color #285FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285FE6 is #D7A019. Grayscale: #5D5D5D. Windows color (decimal): -14131226 or 15097640. OLE color: 15097640.
HSL color Cylindrical-coordinate representation of color #285FE6: hue angle of 222.63º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #285FE6 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 95 | 230 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.10 |
| HSL | 222.63º | 0.79% | 0.53% | - |
| HSV(B) | 222.63º | 0.83% | 0.9% | - |
| XYZ | 19.25 | 14.35 | 76.62 | - |
| YUV | 93.95 | 204.78 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 230 | 0.83 | 0.59 | 0 | 0.10 | 222.63 | 0.79 | 0.53 |
| Hex | 28 | 5F | E6 | 53 | 3B | 0 | A | DF | 4F | 35 |
| Octal | 50 | 137 | 346 | 123 | 73 | 0 | 12 | 337 | 117 | 65 |
| Binary | 101000 | 1011111 | 11100110 | 1010011 | 111011 | 0 | 1010 | 11011111 | 1001111 | 110101 |
Color Harmonies of #285FE6
Complementary color
Monochromatic Colors of #285FE6
Black with #285FE6
Text Example
Text Example
White with #285FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285FE6; }
p { color: rgb(40,95,230); }
H1.HeaderClassName
{
color: #285FE6;
}
.AnyTagClassName
{
color: #285FE6;
}
</style>
background-color css
<style>
a { background-color: #285FE6; }
a { background-color: rgb(40,95,230); }
div.DivClassName
{
background-color: #285FE6;
}
.BgClassName
{
background-color: #285FE6;
}
</style>
border-color css
<style>
span { border-color: #285FE6; }
span { border-color: rgb(40,95,230); }
td.TdClassName
{
border-color: #285FE6;
}
.TagClassName
{
border-color: #285FE6;
}
</style>