Shades of Royal Blue #265ADD
Tints of Royal Blue #265ADD
RGB
CMYK
RGB Variations
Color information
#265ADD (or 0x265ADD) is known color: Royal Blue. HEX triplet: 26, 5A and DD. RGB value is (38,90,221). Sum of RGB (Red+Green+Blue) = 38+90+221=349 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.89% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #265ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265ADD is #D9A522. Grayscale: #585858. Windows color (decimal): -14263587 or 14506534. OLE color: 14506534.
HSL color Cylindrical-coordinate representation of color #265ADD: hue angle of 222.95º degrees, saturation: 0.73, 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 #265ADD is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 90 | 221 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.13 |
| HSL | 222.95º | 0.73% | 0.51% | - |
| HSV(B) | 222.95º | 0.83% | 0.87% | - |
| XYZ | 17.51 | 12.94 | 69.98 | - |
| YUV | 89.39 | 202.27 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 221 | 0.83 | 0.59 | 0 | 0.13 | 222.95 | 0.73 | 0.51 |
| Hex | 26 | 5A | DD | 53 | 3B | 0 | D | DF | 49 | 33 |
| Octal | 46 | 132 | 335 | 123 | 73 | 0 | 15 | 337 | 111 | 63 |
| Binary | 100110 | 1011010 | 11011101 | 1010011 | 111011 | 0 | 1101 | 11011111 | 1001001 | 110011 |
Color Harmonies of #265ADD
Complementary color
Monochromatic Colors of #265ADD
Black with #265ADD
Text Example
Text Example
White with #265ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265ADD; }
p { color: rgb(38,90,221); }
H1.HeaderClassName
{
color: #265ADD;
}
.AnyTagClassName
{
color: #265ADD;
}
</style>
background-color css
<style>
a { background-color: #265ADD; }
a { background-color: rgb(38,90,221); }
div.DivClassName
{
background-color: #265ADD;
}
.BgClassName
{
background-color: #265ADD;
}
</style>
border-color css
<style>
span { border-color: #265ADD; }
span { border-color: rgb(38,90,221); }
td.TdClassName
{
border-color: #265ADD;
}
.TagClassName
{
border-color: #265ADD;
}
</style>