Shades of Royal Blue #4067EA
Tints of Royal Blue #4067EA
RGB
CMYK
RGB Variations
Color information
#4067EA (or 0x4067EA) is known color: Royal Blue. HEX triplet: 40, 67 and EA. RGB value is (64,103,234). Sum of RGB (Red+Green+Blue) = 64+103+234=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #4067EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4067EA is #BF9815. Grayscale: #696969. Windows color (decimal): -12556310 or 15361856. OLE color: 15361856.
HSL color Cylindrical-coordinate representation of color #4067EA: hue angle of 226.24º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4067EA is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 103 | 234 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.08 |
| HSL | 226.24º | 0.8% | 0.58% | - |
| HSV(B) | 226.24º | 0.73% | 0.92% | - |
| XYZ | 21.82 | 16.73 | 79.92 | - |
| YUV | 106.27 | 200.08 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 103 | 234 | 0.73 | 0.56 | 0 | 0.08 | 226.24 | 0.8 | 0.58 |
| Hex | 40 | 67 | EA | 49 | 38 | 0 | 8 | E2 | 50 | 3A |
| Octal | 100 | 147 | 352 | 111 | 70 | 0 | 10 | 342 | 120 | 72 |
| Binary | 1000000 | 1100111 | 11101010 | 1001001 | 111000 | 0 | 1000 | 11100010 | 1010000 | 111010 |
Color Harmonies of #4067EA
Complementary color
Monochromatic Colors of #4067EA
Black with #4067EA
Text Example
Text Example
White with #4067EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4067EA; }
p { color: rgb(64,103,234); }
H1.HeaderClassName
{
color: #4067EA;
}
.AnyTagClassName
{
color: #4067EA;
}
</style>
background-color css
<style>
a { background-color: #4067EA; }
a { background-color: rgb(64,103,234); }
div.DivClassName
{
background-color: #4067EA;
}
.BgClassName
{
background-color: #4067EA;
}
</style>
border-color css
<style>
span { border-color: #4067EA; }
span { border-color: rgb(64,103,234); }
td.TdClassName
{
border-color: #4067EA;
}
.TagClassName
{
border-color: #4067EA;
}
</style>