Shades of Royal Blue #4067FA
Tints of Royal Blue #4067FA
RGB
CMYK
RGB Variations
Color information
#4067FA (or 0x4067FA) is known color: Royal Blue. HEX triplet: 40, 67 and FA. RGB value is (64,103,250). Sum of RGB (Red+Green+Blue) = 64+103+250=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #4067FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4067FA is #BF9805. Grayscale: #6B6B6B. Windows color (decimal): -12556294 or 16410432. OLE color: 16410432.
HSL color Cylindrical-coordinate representation of color #4067FA: hue angle of 227.42º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4067FA is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 103 | 250 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.02 |
| HSL | 227.42º | 0.95% | 0.62% | - |
| HSV(B) | 227.42º | 0.74% | 0.98% | - |
| XYZ | 24.22 | 17.69 | 92.58 | - |
| YUV | 108.1 | 208.08 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 103 | 250 | 0.74 | 0.59 | 0 | 0.02 | 227.42 | 0.95 | 0.62 |
| Hex | 40 | 67 | FA | 4A | 3B | 0 | 2 | E3 | 5F | 3E |
| Octal | 100 | 147 | 372 | 112 | 73 | 0 | 2 | 343 | 137 | 76 |
| Binary | 1000000 | 1100111 | 11111010 | 1001010 | 111011 | 0 | 10 | 11100011 | 1011111 | 111110 |
Color Harmonies of #4067FA
Complementary color
Monochromatic Colors of #4067FA
Black with #4067FA
Text Example
Text Example
White with #4067FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4067FA; }
p { color: rgb(64,103,250); }
H1.HeaderClassName
{
color: #4067FA;
}
.AnyTagClassName
{
color: #4067FA;
}
</style>
background-color css
<style>
a { background-color: #4067FA; }
a { background-color: rgb(64,103,250); }
div.DivClassName
{
background-color: #4067FA;
}
.BgClassName
{
background-color: #4067FA;
}
</style>
border-color css
<style>
span { border-color: #4067FA; }
span { border-color: rgb(64,103,250); }
td.TdClassName
{
border-color: #4067FA;
}
.TagClassName
{
border-color: #4067FA;
}
</style>