Shades of Royal Blue #264CE6
Tints of Royal Blue #264CE6
RGB
CMYK
RGB Variations
Color information
#264CE6 (or 0x264CE6) is known color: Royal Blue. HEX triplet: 26, 4C and E6. RGB value is (38,76,230). Sum of RGB (Red+Green+Blue) = 38+76+230=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 230 (90.23% from 255 or 66.86% from 344); Max value from RGB is 230 - color contains mainly: blue. Hex color #264CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #264CE6 is #D9B319. Grayscale: #515151. Windows color (decimal): -14267162 or 15092774. OLE color: 15092774.
HSL color Cylindrical-coordinate representation of color #264CE6: hue angle of 228.12º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #264CE6 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 38 | 76 | 230 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.10 |
| HSL | 228.13º | 0.79% | 0.53% | - |
| HSV(B) | 228.13º | 0.83% | 0.9% | - |
| XYZ | 17.67 | 11.29 | 76.11 | - |
| YUV | 82.19 | 211.41 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 230 | 0.83 | 0.67 | 0 | 0.10 | 228.13 | 0.79 | 0.53 |
| Hex | 26 | 4C | E6 | 53 | 43 | 0 | A | E4 | 4F | 35 |
| Octal | 46 | 114 | 346 | 123 | 103 | 0 | 12 | 344 | 117 | 65 |
| Binary | 100110 | 1001100 | 11100110 | 1010011 | 1000011 | 0 | 1010 | 11100100 | 1001111 | 110101 |
Color Harmonies of #264CE6
Complementary color
Monochromatic Colors of #264CE6
Black with #264CE6
Text Example
Text Example
White with #264CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264CE6; }
p { color: rgb(38,76,230); }
H1.HeaderClassName
{
color: #264CE6;
}
.AnyTagClassName
{
color: #264CE6;
}
</style>
background-color css
<style>
a { background-color: #264CE6; }
a { background-color: rgb(38,76,230); }
div.DivClassName
{
background-color: #264CE6;
}
.BgClassName
{
background-color: #264CE6;
}
</style>
border-color css
<style>
span { border-color: #264CE6; }
span { border-color: rgb(38,76,230); }
td.TdClassName
{
border-color: #264CE6;
}
.TagClassName
{
border-color: #264CE6;
}
</style>