Shades of Royal Blue #265ADE
Tints of Royal Blue #265ADE
RGB
CMYK
RGB Variations
Color information
#265ADE (or 0x265ADE) is known color: Royal Blue. HEX triplet: 26, 5A and DE. RGB value is (38,90,222). Sum of RGB (Red+Green+Blue) = 38+90+222=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #265ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265ADE is #D9A521. Grayscale: #585858. Windows color (decimal): -14263586 or 14572070. OLE color: 14572070.
HSL color Cylindrical-coordinate representation of color #265ADE: hue angle of 223.04º 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 #265ADE is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 90 | 222 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.13 |
| HSL | 223.04º | 0.74% | 0.51% | - |
| HSV(B) | 223.04º | 0.83% | 0.87% | - |
| XYZ | 17.64 | 13 | 70.69 | - |
| YUV | 89.5 | 202.77 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 222 | 0.83 | 0.59 | 0 | 0.13 | 223.04 | 0.74 | 0.51 |
| Hex | 26 | 5A | DE | 53 | 3B | 0 | D | DF | 4A | 33 |
| Octal | 46 | 132 | 336 | 123 | 73 | 0 | 15 | 337 | 112 | 63 |
| Binary | 100110 | 1011010 | 11011110 | 1010011 | 111011 | 0 | 1101 | 11011111 | 1001010 | 110011 |
Color Harmonies of #265ADE
Complementary color
Monochromatic Colors of #265ADE
Black with #265ADE
Text Example
Text Example
White with #265ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265ADE; }
p { color: rgb(38,90,222); }
H1.HeaderClassName
{
color: #265ADE;
}
.AnyTagClassName
{
color: #265ADE;
}
</style>
background-color css
<style>
a { background-color: #265ADE; }
a { background-color: rgb(38,90,222); }
div.DivClassName
{
background-color: #265ADE;
}
.BgClassName
{
background-color: #265ADE;
}
</style>
border-color css
<style>
span { border-color: #265ADE; }
span { border-color: rgb(38,90,222); }
td.TdClassName
{
border-color: #265ADE;
}
.TagClassName
{
border-color: #265ADE;
}
</style>