Shades of Royal Blue #255ADE
Tints of Royal Blue #255ADE
RGB
CMYK
RGB Variations
Color information
#255ADE (or 0x255ADE) is known color: Royal Blue. HEX triplet: 25, 5A and DE. RGB value is (37,90,222). Sum of RGB (Red+Green+Blue) = 37+90+222=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #255ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ADE is #DAA521. Grayscale: #585858. Windows color (decimal): -14329122 or 14572069. OLE color: 14572069.
HSL color Cylindrical-coordinate representation of color #255ADE: hue angle of 222.81º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255ADE is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 90 | 222 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.13 |
| HSL | 222.81º | 0.74% | 0.51% | - |
| HSV(B) | 222.81º | 0.83% | 0.87% | - |
| XYZ | 17.6 | 12.98 | 70.68 | - |
| YUV | 89.2 | 202.94 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 222 | 0.83 | 0.59 | 0 | 0.13 | 222.81 | 0.74 | 0.51 |
| Hex | 25 | 5A | DE | 53 | 3B | 0 | D | DF | 4A | 33 |
| Octal | 45 | 132 | 336 | 123 | 73 | 0 | 15 | 337 | 112 | 63 |
| Binary | 100101 | 1011010 | 11011110 | 1010011 | 111011 | 0 | 1101 | 11011111 | 1001010 | 110011 |
Color Harmonies of #255ADE
Complementary color
Monochromatic Colors of #255ADE
Black with #255ADE
Text Example
Text Example
White with #255ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255ADE; }
p { color: rgb(37,90,222); }
H1.HeaderClassName
{
color: #255ADE;
}
.AnyTagClassName
{
color: #255ADE;
}
</style>
background-color css
<style>
a { background-color: #255ADE; }
a { background-color: rgb(37,90,222); }
div.DivClassName
{
background-color: #255ADE;
}
.BgClassName
{
background-color: #255ADE;
}
</style>
border-color css
<style>
span { border-color: #255ADE; }
span { border-color: rgb(37,90,222); }
td.TdClassName
{
border-color: #255ADE;
}
.TagClassName
{
border-color: #255ADE;
}
</style>