Shades of Royal Blue #265BE0
Tints of Royal Blue #265BE0
RGB
CMYK
RGB Variations
Color information
#265BE0 (or 0x265BE0) is known color: Royal Blue. HEX triplet: 26, 5B and E0. RGB value is (38,91,224). Sum of RGB (Red+Green+Blue) = 38+91+224=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 224 (87.89% from 255 or 63.46% from 353); Max value from RGB is 224 - color contains mainly: blue. Hex color #265BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BE0 is #D9A41F. Grayscale: #595959. Windows color (decimal): -14263328 or 14703398. OLE color: 14703398.
HSL color Cylindrical-coordinate representation of color #265BE0: hue angle of 222.9º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #265BE0 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 91 | 224 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.12 |
| HSL | 222.9º | 0.75% | 0.51% | - |
| HSV(B) | 222.9º | 0.83% | 0.88% | - |
| XYZ | 17.99 | 13.28 | 72.14 | - |
| YUV | 90.32 | 203.44 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 224 | 0.83 | 0.59 | 0 | 0.12 | 222.9 | 0.75 | 0.51 |
| Hex | 26 | 5B | E0 | 53 | 3B | 0 | C | DF | 4B | 33 |
| Octal | 46 | 133 | 340 | 123 | 73 | 0 | 14 | 337 | 113 | 63 |
| Binary | 100110 | 1011011 | 11100000 | 1010011 | 111011 | 0 | 1100 | 11011111 | 1001011 | 110011 |
Color Harmonies of #265BE0
Complementary color
Monochromatic Colors of #265BE0
Black with #265BE0
Text Example
Text Example
White with #265BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265BE0; }
p { color: rgb(38,91,224); }
H1.HeaderClassName
{
color: #265BE0;
}
.AnyTagClassName
{
color: #265BE0;
}
</style>
background-color css
<style>
a { background-color: #265BE0; }
a { background-color: rgb(38,91,224); }
div.DivClassName
{
background-color: #265BE0;
}
.BgClassName
{
background-color: #265BE0;
}
</style>
border-color css
<style>
span { border-color: #265BE0; }
span { border-color: rgb(38,91,224); }
td.TdClassName
{
border-color: #265BE0;
}
.TagClassName
{
border-color: #265BE0;
}
</style>