Shades of Royal Blue #4067DA
Tints of Royal Blue #4067DA
RGB
CMYK
RGB Variations
Color information
#4067DA (or 0x4067DA) is known color: Royal Blue. HEX triplet: 40, 67 and DA. RGB value is (64,103,218). Sum of RGB (Red+Green+Blue) = 64+103+218=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #4067DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4067DA is #BF9825. Grayscale: #676767. Windows color (decimal): -12556326 or 14313280. OLE color: 14313280.
HSL color Cylindrical-coordinate representation of color #4067DA: hue angle of 224.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4067DA is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 103 | 218 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.15 |
| HSL | 224.81º | 0.68% | 0.55% | - |
| HSV(B) | 224.81º | 0.71% | 0.85% | - |
| XYZ | 19.62 | 15.85 | 68.36 | - |
| YUV | 104.45 | 192.08 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 103 | 218 | 0.71 | 0.53 | 0 | 0.15 | 224.81 | 0.68 | 0.55 |
| Hex | 40 | 67 | DA | 47 | 35 | 0 | F | E1 | 44 | 37 |
| Octal | 100 | 147 | 332 | 107 | 65 | 0 | 17 | 341 | 104 | 67 |
| Binary | 1000000 | 1100111 | 11011010 | 1000111 | 110101 | 0 | 1111 | 11100001 | 1000100 | 110111 |
Color Harmonies of #4067DA
Complementary color
Monochromatic Colors of #4067DA
Black with #4067DA
Text Example
Text Example
White with #4067DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4067DA; }
p { color: rgb(64,103,218); }
H1.HeaderClassName
{
color: #4067DA;
}
.AnyTagClassName
{
color: #4067DA;
}
</style>
background-color css
<style>
a { background-color: #4067DA; }
a { background-color: rgb(64,103,218); }
div.DivClassName
{
background-color: #4067DA;
}
.BgClassName
{
background-color: #4067DA;
}
</style>
border-color css
<style>
span { border-color: #4067DA; }
span { border-color: rgb(64,103,218); }
td.TdClassName
{
border-color: #4067DA;
}
.TagClassName
{
border-color: #4067DA;
}
</style>