Shades of Royal Blue #265EE8
Tints of Royal Blue #265EE8
RGB
CMYK
RGB Variations
Color information
#265EE8 (or 0x265EE8) is known color: Royal Blue. HEX triplet: 26, 5E and E8. RGB value is (38,94,232). Sum of RGB (Red+Green+Blue) = 38+94+232=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 232 (91.02% from 255 or 63.74% from 364); Max value from RGB is 232 - color contains mainly: blue. Hex color #265EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265EE8 is #D9A117. Grayscale: #5C5C5C. Windows color (decimal): -14262552 or 15228454. OLE color: 15228454.
HSL color Cylindrical-coordinate representation of color #265EE8: hue angle of 222.68º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #265EE8 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 94 | 232 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.09 |
| HSL | 222.68º | 0.81% | 0.53% | - |
| HSV(B) | 222.68º | 0.84% | 0.91% | - |
| XYZ | 19.37 | 14.24 | 78.07 | - |
| YUV | 92.99 | 206.45 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 232 | 0.84 | 0.59 | 0 | 0.09 | 222.68 | 0.81 | 0.53 |
| Hex | 26 | 5E | E8 | 54 | 3B | 0 | 9 | DF | 51 | 35 |
| Octal | 46 | 136 | 350 | 124 | 73 | 0 | 11 | 337 | 121 | 65 |
| Binary | 100110 | 1011110 | 11101000 | 1010100 | 111011 | 0 | 1001 | 11011111 | 1010001 | 110101 |
Color Harmonies of #265EE8
Complementary color
Monochromatic Colors of #265EE8
Black with #265EE8
Text Example
Text Example
White with #265EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265EE8; }
p { color: rgb(38,94,232); }
H1.HeaderClassName
{
color: #265EE8;
}
.AnyTagClassName
{
color: #265EE8;
}
</style>
background-color css
<style>
a { background-color: #265EE8; }
a { background-color: rgb(38,94,232); }
div.DivClassName
{
background-color: #265EE8;
}
.BgClassName
{
background-color: #265EE8;
}
</style>
border-color css
<style>
span { border-color: #265EE8; }
span { border-color: rgb(38,94,232); }
td.TdClassName
{
border-color: #265EE8;
}
.TagClassName
{
border-color: #265EE8;
}
</style>