Shades of Royal Blue #285DF9
Tints of Royal Blue #285DF9
RGB
CMYK
RGB Variations
Color information
#285DF9 (or 0x285DF9) is known color: Royal Blue. HEX triplet: 28, 5D and F9. RGB value is (40,93,249). Sum of RGB (Red+Green+Blue) = 40+93+249=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 249 (97.66% from 255 or 65.18% from 382); Max value from RGB is 249 - color contains mainly: blue. Hex color #285DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285DF9 is #D7A206. Grayscale: #5E5E5E. Windows color (decimal): -14131719 or 16342312. OLE color: 16342312.
HSL color Cylindrical-coordinate representation of color #285DF9: hue angle of 224.78º 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 #285DF9 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 93 | 249 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.02 |
| HSL | 224.78º | 0.95% | 0.57% | - |
| HSV(B) | 224.78º | 0.84% | 0.98% | - |
| XYZ | 21.89 | 15.12 | 91.39 | - |
| YUV | 94.94 | 214.94 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 249 | 0.84 | 0.63 | 0 | 0.02 | 224.78 | 0.95 | 0.57 |
| Hex | 28 | 5D | F9 | 54 | 3F | 0 | 2 | E1 | 5F | 39 |
| Octal | 50 | 135 | 371 | 124 | 77 | 0 | 2 | 341 | 137 | 71 |
| Binary | 101000 | 1011101 | 11111001 | 1010100 | 111111 | 0 | 10 | 11100001 | 1011111 | 111001 |
Color Harmonies of #285DF9
Complementary color
Monochromatic Colors of #285DF9
Black with #285DF9
Text Example
Text Example
White with #285DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285DF9; }
p { color: rgb(40,93,249); }
H1.HeaderClassName
{
color: #285DF9;
}
.AnyTagClassName
{
color: #285DF9;
}
</style>
background-color css
<style>
a { background-color: #285DF9; }
a { background-color: rgb(40,93,249); }
div.DivClassName
{
background-color: #285DF9;
}
.BgClassName
{
background-color: #285DF9;
}
</style>
border-color css
<style>
span { border-color: #285DF9; }
span { border-color: rgb(40,93,249); }
td.TdClassName
{
border-color: #285DF9;
}
.TagClassName
{
border-color: #285DF9;
}
</style>