Shades of Royal Blue #264FE8
Tints of Royal Blue #264FE8
RGB
CMYK
RGB Variations
Color information
#264FE8 (or 0x264FE8) is known color: Royal Blue. HEX triplet: 26, 4F and E8. RGB value is (38,79,232). Sum of RGB (Red+Green+Blue) = 38+79+232=349 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.89% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 232 (91.02% from 255 or 66.48% from 349); Max value from RGB is 232 - color contains mainly: blue. Hex color #264FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #264FE8 is #D9B017. Grayscale: #535353. Windows color (decimal): -14266392 or 15224614. OLE color: 15224614.
HSL color Cylindrical-coordinate representation of color #264FE8: hue angle of 227.32º 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 #264FE8 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 79 | 232 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.09 |
| HSL | 227.32º | 0.81% | 0.53% | - |
| HSV(B) | 227.32º | 0.84% | 0.91% | - |
| XYZ | 18.16 | 11.83 | 77.67 | - |
| YUV | 84.18 | 211.42 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 79 | 232 | 0.84 | 0.66 | 0 | 0.09 | 227.32 | 0.81 | 0.53 |
| Hex | 26 | 4F | E8 | 54 | 42 | 0 | 9 | E3 | 51 | 35 |
| Octal | 46 | 117 | 350 | 124 | 102 | 0 | 11 | 343 | 121 | 65 |
| Binary | 100110 | 1001111 | 11101000 | 1010100 | 1000010 | 0 | 1001 | 11100011 | 1010001 | 110101 |
Color Harmonies of #264FE8
Complementary color
Monochromatic Colors of #264FE8
Black with #264FE8
Text Example
Text Example
White with #264FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264FE8; }
p { color: rgb(38,79,232); }
H1.HeaderClassName
{
color: #264FE8;
}
.AnyTagClassName
{
color: #264FE8;
}
</style>
background-color css
<style>
a { background-color: #264FE8; }
a { background-color: rgb(38,79,232); }
div.DivClassName
{
background-color: #264FE8;
}
.BgClassName
{
background-color: #264FE8;
}
</style>
border-color css
<style>
span { border-color: #264FE8; }
span { border-color: rgb(38,79,232); }
td.TdClassName
{
border-color: #264FE8;
}
.TagClassName
{
border-color: #264FE8;
}
</style>