Shades of Royal Blue #265EE0
Tints of Royal Blue #265EE0
RGB
CMYK
RGB Variations
Color information
#265EE0 (or 0x265EE0) is known color: Royal Blue. HEX triplet: 26, 5E and E0. RGB value is (38,94,224). Sum of RGB (Red+Green+Blue) = 38+94+224=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #265EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265EE0 is #D9A11F. Grayscale: #5B5B5B. Windows color (decimal): -14262560 or 14704166. OLE color: 14704166.
HSL color Cylindrical-coordinate representation of color #265EE0: hue angle of 221.94º 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 #265EE0 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 94 | 224 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.12 |
| HSL | 221.94º | 0.75% | 0.51% | - |
| HSV(B) | 221.94º | 0.83% | 0.88% | - |
| XYZ | 18.26 | 13.8 | 72.22 | - |
| YUV | 92.08 | 202.45 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 224 | 0.83 | 0.58 | 0 | 0.12 | 221.94 | 0.75 | 0.51 |
| Hex | 26 | 5E | E0 | 53 | 3A | 0 | C | DE | 4B | 33 |
| Octal | 46 | 136 | 340 | 123 | 72 | 0 | 14 | 336 | 113 | 63 |
| Binary | 100110 | 1011110 | 11100000 | 1010011 | 111010 | 0 | 1100 | 11011110 | 1001011 | 110011 |
Color Harmonies of #265EE0
Complementary color
Monochromatic Colors of #265EE0
Black with #265EE0
Text Example
Text Example
White with #265EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265EE0; }
p { color: rgb(38,94,224); }
H1.HeaderClassName
{
color: #265EE0;
}
.AnyTagClassName
{
color: #265EE0;
}
</style>
background-color css
<style>
a { background-color: #265EE0; }
a { background-color: rgb(38,94,224); }
div.DivClassName
{
background-color: #265EE0;
}
.BgClassName
{
background-color: #265EE0;
}
</style>
border-color css
<style>
span { border-color: #265EE0; }
span { border-color: rgb(38,94,224); }
td.TdClassName
{
border-color: #265EE0;
}
.TagClassName
{
border-color: #265EE0;
}
</style>