Shades of Royal Blue #4264EA
Tints of Royal Blue #4264EA
RGB
CMYK
RGB Variations
Color information
#4264EA (or 0x4264EA) is known color: Royal Blue. HEX triplet: 42, 64 and EA. RGB value is (66,100,234). Sum of RGB (Red+Green+Blue) = 66+100+234=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #4264EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4264EA is #BD9B15. Grayscale: #686868. Windows color (decimal): -12426006 or 15361090. OLE color: 15361090.
HSL color Cylindrical-coordinate representation of color #4264EA: hue angle of 227.86º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4264EA is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 100 | 234 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.08 |
| HSL | 227.86º | 0.8% | 0.59% | - |
| HSV(B) | 227.86º | 0.72% | 0.92% | - |
| XYZ | 21.66 | 16.21 | 79.83 | - |
| YUV | 105.11 | 200.74 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 234 | 0.72 | 0.57 | 0 | 0.08 | 227.86 | 0.8 | 0.59 |
| Hex | 42 | 64 | EA | 48 | 39 | 0 | 8 | E4 | 50 | 3B |
| Octal | 102 | 144 | 352 | 110 | 71 | 0 | 10 | 344 | 120 | 73 |
| Binary | 1000010 | 1100100 | 11101010 | 1001000 | 111001 | 0 | 1000 | 11100100 | 1010000 | 111011 |
Color Harmonies of #4264EA
Complementary color
Monochromatic Colors of #4264EA
Black with #4264EA
Text Example
Text Example
White with #4264EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4264EA; }
p { color: rgb(66,100,234); }
H1.HeaderClassName
{
color: #4264EA;
}
.AnyTagClassName
{
color: #4264EA;
}
</style>
background-color css
<style>
a { background-color: #4264EA; }
a { background-color: rgb(66,100,234); }
div.DivClassName
{
background-color: #4264EA;
}
.BgClassName
{
background-color: #4264EA;
}
</style>
border-color css
<style>
span { border-color: #4264EA; }
span { border-color: rgb(66,100,234); }
td.TdClassName
{
border-color: #4264EA;
}
.TagClassName
{
border-color: #4264EA;
}
</style>