Shades of Royal Blue #285DD9
Tints of Royal Blue #285DD9
RGB
CMYK
RGB Variations
Color information
#285DD9 (or 0x285DD9) is known color: Royal Blue. HEX triplet: 28, 5D and D9. RGB value is (40,93,217). Sum of RGB (Red+Green+Blue) = 40+93+217=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 217 (85.16% from 255 or 62% from 350); Max value from RGB is 217 - color contains mainly: blue. Hex color #285DD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DD9 is #D7A226. Grayscale: #5A5A5A. Windows color (decimal): -14131751 or 14245160. OLE color: 14245160.
HSL color Cylindrical-coordinate representation of color #285DD9: hue angle of 222.03º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #285DD9 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 93 | 217 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.15 |
| HSL | 222.03º | 0.7% | 0.5% | - |
| HSV(B) | 222.03º | 0.82% | 0.85% | - |
| XYZ | 17.31 | 13.29 | 67.3 | - |
| YUV | 91.29 | 198.94 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 217 | 0.82 | 0.57 | 0 | 0.15 | 222.03 | 0.7 | 0.5 |
| Hex | 28 | 5D | D9 | 52 | 39 | 0 | F | DE | 46 | 32 |
| Octal | 50 | 135 | 331 | 122 | 71 | 0 | 17 | 336 | 106 | 62 |
| Binary | 101000 | 1011101 | 11011001 | 1010010 | 111001 | 0 | 1111 | 11011110 | 1000110 | 110010 |
Color Harmonies of #285DD9
Complementary color
Monochromatic Colors of #285DD9
Black with #285DD9
Text Example
Text Example
White with #285DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285DD9; }
p { color: rgb(40,93,217); }
H1.HeaderClassName
{
color: #285DD9;
}
.AnyTagClassName
{
color: #285DD9;
}
</style>
background-color css
<style>
a { background-color: #285DD9; }
a { background-color: rgb(40,93,217); }
div.DivClassName
{
background-color: #285DD9;
}
.BgClassName
{
background-color: #285DD9;
}
</style>
border-color css
<style>
span { border-color: #285DD9; }
span { border-color: rgb(40,93,217); }
td.TdClassName
{
border-color: #285DD9;
}
.TagClassName
{
border-color: #285DD9;
}
</style>