Shades of Royal Blue #264FEC
Tints of Royal Blue #264FEC
RGB
CMYK
RGB Variations
Color information
#264FEC (or 0x264FEC) is known color: Royal Blue. HEX triplet: 26, 4F and EC. RGB value is (38,79,236). Sum of RGB (Red+Green+Blue) = 38+79+236=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #264FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #264FEC is #D9B013. Grayscale: #535353. Windows color (decimal): -14266388 or 15486758. OLE color: 15486758.
HSL color Cylindrical-coordinate representation of color #264FEC: hue angle of 227.58º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #264FEC is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 79 | 236 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.07 |
| HSL | 227.58º | 0.84% | 0.54% | - |
| HSV(B) | 227.58º | 0.84% | 0.93% | - |
| XYZ | 18.74 | 12.06 | 80.7 | - |
| YUV | 84.64 | 213.42 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 79 | 236 | 0.84 | 0.67 | 0 | 0.07 | 227.58 | 0.84 | 0.54 |
| Hex | 26 | 4F | EC | 54 | 43 | 0 | 7 | E4 | 54 | 36 |
| Octal | 46 | 117 | 354 | 124 | 103 | 0 | 7 | 344 | 124 | 66 |
| Binary | 100110 | 1001111 | 11101100 | 1010100 | 1000011 | 0 | 111 | 11100100 | 1010100 | 110110 |
Color Harmonies of #264FEC
Complementary color
Monochromatic Colors of #264FEC
Black with #264FEC
Text Example
Text Example
White with #264FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264FEC; }
p { color: rgb(38,79,236); }
H1.HeaderClassName
{
color: #264FEC;
}
.AnyTagClassName
{
color: #264FEC;
}
</style>
background-color css
<style>
a { background-color: #264FEC; }
a { background-color: rgb(38,79,236); }
div.DivClassName
{
background-color: #264FEC;
}
.BgClassName
{
background-color: #264FEC;
}
</style>
border-color css
<style>
span { border-color: #264FEC; }
span { border-color: rgb(38,79,236); }
td.TdClassName
{
border-color: #264FEC;
}
.TagClassName
{
border-color: #264FEC;
}
</style>