Shades of Royal Blue #4067DC
Tints of Royal Blue #4067DC
RGB
CMYK
RGB Variations
Color information
#4067DC (or 0x4067DC) is known color: Royal Blue. HEX triplet: 40, 67 and DC. RGB value is (64,103,220). Sum of RGB (Red+Green+Blue) = 64+103+220=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #4067DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4067DC is #BF9823. Grayscale: #686868. Windows color (decimal): -12556324 or 14444352. OLE color: 14444352.
HSL color Cylindrical-coordinate representation of color #4067DC: hue angle of 225º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4067DC is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 103 | 220 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.14 |
| HSL | 225º | 0.69% | 0.56% | - |
| HSV(B) | 225º | 0.71% | 0.86% | - |
| XYZ | 19.88 | 15.96 | 69.74 | - |
| YUV | 104.68 | 193.08 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 103 | 220 | 0.71 | 0.53 | 0 | 0.14 | 225 | 0.69 | 0.56 |
| Hex | 40 | 67 | DC | 47 | 35 | 0 | E | E1 | 45 | 38 |
| Octal | 100 | 147 | 334 | 107 | 65 | 0 | 16 | 341 | 105 | 70 |
| Binary | 1000000 | 1100111 | 11011100 | 1000111 | 110101 | 0 | 1110 | 11100001 | 1000101 | 111000 |
Color Harmonies of #4067DC
Complementary color
Monochromatic Colors of #4067DC
Black with #4067DC
Text Example
Text Example
White with #4067DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4067DC; }
p { color: rgb(64,103,220); }
H1.HeaderClassName
{
color: #4067DC;
}
.AnyTagClassName
{
color: #4067DC;
}
</style>
background-color css
<style>
a { background-color: #4067DC; }
a { background-color: rgb(64,103,220); }
div.DivClassName
{
background-color: #4067DC;
}
.BgClassName
{
background-color: #4067DC;
}
</style>
border-color css
<style>
span { border-color: #4067DC; }
span { border-color: rgb(64,103,220); }
td.TdClassName
{
border-color: #4067DC;
}
.TagClassName
{
border-color: #4067DC;
}
</style>