Shades of Royal Blue #264EE8
Tints of Royal Blue #264EE8
RGB
CMYK
RGB Variations
Color information
#264EE8 (or 0x264EE8) is known color: Royal Blue. HEX triplet: 26, 4E and E8. RGB value is (38,78,232). Sum of RGB (Red+Green+Blue) = 38+78+232=348 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.92% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 232 (91.02% from 255 or 66.67% from 348); Max value from RGB is 232 - color contains mainly: blue. Hex color #264EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #264EE8 is #D9B117. Grayscale: #525252. Windows color (decimal): -14266648 or 15224358. OLE color: 15224358.
HSL color Cylindrical-coordinate representation of color #264EE8: hue angle of 227.63º 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 #264EE8 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 78 | 232 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.09 |
| HSL | 227.63º | 0.81% | 0.53% | - |
| HSV(B) | 227.63º | 0.84% | 0.91% | - |
| XYZ | 18.09 | 11.69 | 77.65 | - |
| YUV | 83.6 | 211.75 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 232 | 0.84 | 0.66 | 0 | 0.09 | 227.63 | 0.81 | 0.53 |
| Hex | 26 | 4E | E8 | 54 | 42 | 0 | 9 | E4 | 51 | 35 |
| Octal | 46 | 116 | 350 | 124 | 102 | 0 | 11 | 344 | 121 | 65 |
| Binary | 100110 | 1001110 | 11101000 | 1010100 | 1000010 | 0 | 1001 | 11100100 | 1010001 | 110101 |
Color Harmonies of #264EE8
Complementary color
Monochromatic Colors of #264EE8
Black with #264EE8
Text Example
Text Example
White with #264EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264EE8; }
p { color: rgb(38,78,232); }
H1.HeaderClassName
{
color: #264EE8;
}
.AnyTagClassName
{
color: #264EE8;
}
</style>
background-color css
<style>
a { background-color: #264EE8; }
a { background-color: rgb(38,78,232); }
div.DivClassName
{
background-color: #264EE8;
}
.BgClassName
{
background-color: #264EE8;
}
</style>
border-color css
<style>
span { border-color: #264EE8; }
span { border-color: rgb(38,78,232); }
td.TdClassName
{
border-color: #264EE8;
}
.TagClassName
{
border-color: #264EE8;
}
</style>