Shades of Royal Blue #265BDD
Tints of Royal Blue #265BDD
RGB
CMYK
RGB Variations
Color information
#265BDD (or 0x265BDD) is known color: Royal Blue. HEX triplet: 26, 5B and DD. RGB value is (38,91,221). Sum of RGB (Red+Green+Blue) = 38+91+221=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #265BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BDD is #D9A422. Grayscale: #595959. Windows color (decimal): -14263331 or 14506790. OLE color: 14506790.
HSL color Cylindrical-coordinate representation of color #265BDD: hue angle of 222.62º 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 #265BDD is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 91 | 221 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.13 |
| HSL | 222.62º | 0.73% | 0.51% | - |
| HSV(B) | 222.62º | 0.83% | 0.87% | - |
| XYZ | 17.59 | 13.11 | 70.01 | - |
| YUV | 89.97 | 201.94 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 221 | 0.83 | 0.59 | 0 | 0.13 | 222.62 | 0.73 | 0.51 |
| Hex | 26 | 5B | DD | 53 | 3B | 0 | D | DF | 49 | 33 |
| Octal | 46 | 133 | 335 | 123 | 73 | 0 | 15 | 337 | 111 | 63 |
| Binary | 100110 | 1011011 | 11011101 | 1010011 | 111011 | 0 | 1101 | 11011111 | 1001001 | 110011 |
Color Harmonies of #265BDD
Complementary color
Monochromatic Colors of #265BDD
Black with #265BDD
Text Example
Text Example
White with #265BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265BDD; }
p { color: rgb(38,91,221); }
H1.HeaderClassName
{
color: #265BDD;
}
.AnyTagClassName
{
color: #265BDD;
}
</style>
background-color css
<style>
a { background-color: #265BDD; }
a { background-color: rgb(38,91,221); }
div.DivClassName
{
background-color: #265BDD;
}
.BgClassName
{
background-color: #265BDD;
}
</style>
border-color css
<style>
span { border-color: #265BDD; }
span { border-color: rgb(38,91,221); }
td.TdClassName
{
border-color: #265BDD;
}
.TagClassName
{
border-color: #265BDD;
}
</style>