Shades of Royal Blue #264EE5
Tints of Royal Blue #264EE5
RGB
CMYK
RGB Variations
Color information
#264EE5 (or 0x264EE5) is known color: Royal Blue. HEX triplet: 26, 4E and E5. RGB value is (38,78,229). Sum of RGB (Red+Green+Blue) = 38+78+229=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 229 (89.84% from 255 or 66.38% from 345); Max value from RGB is 229 - color contains mainly: blue. Hex color #264EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264EE5 is #D9B11A. Grayscale: #525252. Windows color (decimal): -14266651 or 15027750. OLE color: 15027750.
HSL color Cylindrical-coordinate representation of color #264EE5: hue angle of 227.43º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #264EE5 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 38 | 78 | 229 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.10 |
| HSL | 227.43º | 0.79% | 0.52% | - |
| HSV(B) | 227.43º | 0.83% | 0.9% | - |
| XYZ | 17.67 | 11.52 | 75.42 | - |
| YUV | 83.25 | 210.25 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 229 | 0.83 | 0.66 | 0 | 0.10 | 227.43 | 0.79 | 0.52 |
| Hex | 26 | 4E | E5 | 53 | 42 | 0 | A | E3 | 4F | 34 |
| Octal | 46 | 116 | 345 | 123 | 102 | 0 | 12 | 343 | 117 | 64 |
| Binary | 100110 | 1001110 | 11100101 | 1010011 | 1000010 | 0 | 1010 | 11100011 | 1001111 | 110100 |
Color Harmonies of #264EE5
Complementary color
Monochromatic Colors of #264EE5
Black with #264EE5
Text Example
Text Example
White with #264EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264EE5; }
p { color: rgb(38,78,229); }
H1.HeaderClassName
{
color: #264EE5;
}
.AnyTagClassName
{
color: #264EE5;
}
</style>
background-color css
<style>
a { background-color: #264EE5; }
a { background-color: rgb(38,78,229); }
div.DivClassName
{
background-color: #264EE5;
}
.BgClassName
{
background-color: #264EE5;
}
</style>
border-color css
<style>
span { border-color: #264EE5; }
span { border-color: rgb(38,78,229); }
td.TdClassName
{
border-color: #264EE5;
}
.TagClassName
{
border-color: #264EE5;
}
</style>