Shades of Royal Blue #285DF8
Tints of Royal Blue #285DF8
RGB
CMYK
RGB Variations
Color information
#285DF8 (or 0x285DF8) is known color: Royal Blue. HEX triplet: 28, 5D and F8. RGB value is (40,93,248). Sum of RGB (Red+Green+Blue) = 40+93+248=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 248 (97.27% from 255 or 65.09% from 381); Max value from RGB is 248 - color contains mainly: blue. Hex color #285DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285DF8 is #D7A207. Grayscale: #5E5E5E. Windows color (decimal): -14131720 or 16276776. OLE color: 16276776.
HSL color Cylindrical-coordinate representation of color #285DF8: hue angle of 224.71º degrees, saturation: 0.94, 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 #285DF8 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 93 | 248 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.03 |
| HSL | 224.71º | 0.94% | 0.56% | - |
| HSV(B) | 224.71º | 0.84% | 0.97% | - |
| XYZ | 21.73 | 15.06 | 90.57 | - |
| YUV | 94.82 | 214.44 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 248 | 0.84 | 0.62 | 0 | 0.03 | 224.71 | 0.94 | 0.56 |
| Hex | 28 | 5D | F8 | 54 | 3E | 0 | 3 | E1 | 5E | 38 |
| Octal | 50 | 135 | 370 | 124 | 76 | 0 | 3 | 341 | 136 | 70 |
| Binary | 101000 | 1011101 | 11111000 | 1010100 | 111110 | 0 | 11 | 11100001 | 1011110 | 111000 |
Color Harmonies of #285DF8
Complementary color
Monochromatic Colors of #285DF8
Black with #285DF8
Text Example
Text Example
White with #285DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285DF8; }
p { color: rgb(40,93,248); }
H1.HeaderClassName
{
color: #285DF8;
}
.AnyTagClassName
{
color: #285DF8;
}
</style>
background-color css
<style>
a { background-color: #285DF8; }
a { background-color: rgb(40,93,248); }
div.DivClassName
{
background-color: #285DF8;
}
.BgClassName
{
background-color: #285DF8;
}
</style>
border-color css
<style>
span { border-color: #285DF8; }
span { border-color: rgb(40,93,248); }
td.TdClassName
{
border-color: #285DF8;
}
.TagClassName
{
border-color: #285DF8;
}
</style>