Shades of Royal Blue #285DE5
Tints of Royal Blue #285DE5
RGB
CMYK
RGB Variations
Color information
#285DE5 (or 0x285DE5) is known color: Royal Blue. HEX triplet: 28, 5D and E5. RGB value is (40,93,229). Sum of RGB (Red+Green+Blue) = 40+93+229=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 229 (89.84% from 255 or 63.26% from 362); Max value from RGB is 229 - color contains mainly: blue. Hex color #285DE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DE5 is #D7A21A. Grayscale: #5C5C5C. Windows color (decimal): -14131739 or 15031592. OLE color: 15031592.
HSL color Cylindrical-coordinate representation of color #285DE5: hue angle of 223.17º degrees, saturation: 0.78, 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 #285DE5 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 93 | 229 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.10 |
| HSL | 223.17º | 0.78% | 0.53% | - |
| HSV(B) | 223.17º | 0.83% | 0.9% | - |
| XYZ | 18.93 | 13.94 | 75.82 | - |
| YUV | 92.66 | 204.94 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 229 | 0.83 | 0.59 | 0 | 0.10 | 223.17 | 0.78 | 0.53 |
| Hex | 28 | 5D | E5 | 53 | 3B | 0 | A | DF | 4E | 35 |
| Octal | 50 | 135 | 345 | 123 | 73 | 0 | 12 | 337 | 116 | 65 |
| Binary | 101000 | 1011101 | 11100101 | 1010011 | 111011 | 0 | 1010 | 11011111 | 1001110 | 110101 |
Color Harmonies of #285DE5
Complementary color
Monochromatic Colors of #285DE5
Black with #285DE5
Text Example
Text Example
White with #285DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285DE5; }
p { color: rgb(40,93,229); }
H1.HeaderClassName
{
color: #285DE5;
}
.AnyTagClassName
{
color: #285DE5;
}
</style>
background-color css
<style>
a { background-color: #285DE5; }
a { background-color: rgb(40,93,229); }
div.DivClassName
{
background-color: #285DE5;
}
.BgClassName
{
background-color: #285DE5;
}
</style>
border-color css
<style>
span { border-color: #285DE5; }
span { border-color: rgb(40,93,229); }
td.TdClassName
{
border-color: #285DE5;
}
.TagClassName
{
border-color: #285DE5;
}
</style>