Shades of Royal Blue #285EDE
Tints of Royal Blue #285EDE
RGB
CMYK
RGB Variations
Color information
#285EDE (or 0x285EDE) is known color: Royal Blue. HEX triplet: 28, 5E and DE. RGB value is (40,94,222). Sum of RGB (Red+Green+Blue) = 40+94+222=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 222 (87.11% from 255 or 62.36% from 356); Max value from RGB is 222 - color contains mainly: blue. Hex color #285EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285EDE is #D7A121. Grayscale: #5B5B5B. Windows color (decimal): -14131490 or 14573096. OLE color: 14573096.
HSL color Cylindrical-coordinate representation of color #285EDE: hue angle of 222.2º 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 #285EDE is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 94 | 222 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.13 |
| HSL | 222.2º | 0.73% | 0.51% | - |
| HSV(B) | 222.2º | 0.82% | 0.87% | - |
| XYZ | 18.06 | 13.73 | 70.81 | - |
| YUV | 92.45 | 201.11 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 222 | 0.82 | 0.58 | 0 | 0.13 | 222.2 | 0.73 | 0.51 |
| Hex | 28 | 5E | DE | 52 | 3A | 0 | D | DE | 49 | 33 |
| Octal | 50 | 136 | 336 | 122 | 72 | 0 | 15 | 336 | 111 | 63 |
| Binary | 101000 | 1011110 | 11011110 | 1010010 | 111010 | 0 | 1101 | 11011110 | 1001001 | 110011 |
Color Harmonies of #285EDE
Complementary color
Monochromatic Colors of #285EDE
Black with #285EDE
Text Example
Text Example
White with #285EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285EDE; }
p { color: rgb(40,94,222); }
H1.HeaderClassName
{
color: #285EDE;
}
.AnyTagClassName
{
color: #285EDE;
}
</style>
background-color css
<style>
a { background-color: #285EDE; }
a { background-color: rgb(40,94,222); }
div.DivClassName
{
background-color: #285EDE;
}
.BgClassName
{
background-color: #285EDE;
}
</style>
border-color css
<style>
span { border-color: #285EDE; }
span { border-color: rgb(40,94,222); }
td.TdClassName
{
border-color: #285EDE;
}
.TagClassName
{
border-color: #285EDE;
}
</style>