Shades of Royal Blue #265BE1
Tints of Royal Blue #265BE1
RGB
CMYK
RGB Variations
Color information
#265BE1 (or 0x265BE1) is known color: Royal Blue. HEX triplet: 26, 5B and E1. RGB value is (38,91,225). Sum of RGB (Red+Green+Blue) = 38+91+225=354 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.73% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 225 (88.28% from 255 or 63.56% from 354); Max value from RGB is 225 - color contains mainly: blue. Hex color #265BE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BE1 is #D9A41E. Grayscale: #595959. Windows color (decimal): -14263327 or 14768934. OLE color: 14768934.
HSL color Cylindrical-coordinate representation of color #265BE1: hue angle of 222.99º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #265BE1 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 91 | 225 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.12 |
| HSL | 222.99º | 0.76% | 0.52% | - |
| HSV(B) | 222.99º | 0.83% | 0.88% | - |
| XYZ | 18.13 | 13.33 | 72.85 | - |
| YUV | 90.43 | 203.94 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 225 | 0.83 | 0.60 | 0 | 0.12 | 222.99 | 0.76 | 0.52 |
| Hex | 26 | 5B | E1 | 53 | 3C | 0 | C | DF | 4C | 34 |
| Octal | 46 | 133 | 341 | 123 | 74 | 0 | 14 | 337 | 114 | 64 |
| Binary | 100110 | 1011011 | 11100001 | 1010011 | 111100 | 0 | 1100 | 11011111 | 1001100 | 110100 |
Color Harmonies of #265BE1
Complementary color
Monochromatic Colors of #265BE1
Black with #265BE1
Text Example
Text Example
White with #265BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265BE1; }
p { color: rgb(38,91,225); }
H1.HeaderClassName
{
color: #265BE1;
}
.AnyTagClassName
{
color: #265BE1;
}
</style>
background-color css
<style>
a { background-color: #265BE1; }
a { background-color: rgb(38,91,225); }
div.DivClassName
{
background-color: #265BE1;
}
.BgClassName
{
background-color: #265BE1;
}
</style>
border-color css
<style>
span { border-color: #265BE1; }
span { border-color: rgb(38,91,225); }
td.TdClassName
{
border-color: #265BE1;
}
.TagClassName
{
border-color: #265BE1;
}
</style>