Shades of Royal Blue #285DDD
Tints of Royal Blue #285DDD
RGB
CMYK
RGB Variations
Color information
#285DDD (or 0x285DDD) is known color: Royal Blue. HEX triplet: 28, 5D and DD. RGB value is (40,93,221). Sum of RGB (Red+Green+Blue) = 40+93+221=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #285DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DDD is #D7A222. Grayscale: #5B5B5B. Windows color (decimal): -14131747 or 14507304. OLE color: 14507304.
HSL color Cylindrical-coordinate representation of color #285DDD: hue angle of 222.43º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #285DDD is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 93 | 221 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.13 |
| HSL | 222.43º | 0.73% | 0.51% | - |
| HSV(B) | 222.43º | 0.82% | 0.87% | - |
| XYZ | 17.84 | 13.5 | 70.07 | - |
| YUV | 91.75 | 200.94 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 221 | 0.82 | 0.58 | 0 | 0.13 | 222.43 | 0.73 | 0.51 |
| Hex | 28 | 5D | DD | 52 | 3A | 0 | D | DE | 49 | 33 |
| Octal | 50 | 135 | 335 | 122 | 72 | 0 | 15 | 336 | 111 | 63 |
| Binary | 101000 | 1011101 | 11011101 | 1010010 | 111010 | 0 | 1101 | 11011110 | 1001001 | 110011 |
Color Harmonies of #285DDD
Complementary color
Monochromatic Colors of #285DDD
Black with #285DDD
Text Example
Text Example
White with #285DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285DDD; }
p { color: rgb(40,93,221); }
H1.HeaderClassName
{
color: #285DDD;
}
.AnyTagClassName
{
color: #285DDD;
}
</style>
background-color css
<style>
a { background-color: #285DDD; }
a { background-color: rgb(40,93,221); }
div.DivClassName
{
background-color: #285DDD;
}
.BgClassName
{
background-color: #285DDD;
}
</style>
border-color css
<style>
span { border-color: #285DDD; }
span { border-color: rgb(40,93,221); }
td.TdClassName
{
border-color: #285DDD;
}
.TagClassName
{
border-color: #285DDD;
}
</style>