Shades of Royal Blue #4068CD
Tints of Royal Blue #4068CD
RGB
CMYK
RGB Variations
Color information
#4068CD (or 0x4068CD) is known color: Royal Blue. HEX triplet: 40, 68 and CD. RGB value is (64,104,205). Sum of RGB (Red+Green+Blue) = 64+104+205=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #4068CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4068CD is #BF9732. Grayscale: #676767. Windows color (decimal): -12556083 or 13461568. OLE color: 13461568.
HSL color Cylindrical-coordinate representation of color #4068CD: hue angle of 222.98º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4068CD is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 104 | 205 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.20 |
| HSL | 222.98º | 0.59% | 0.53% | - |
| HSV(B) | 222.98º | 0.69% | 0.8% | - |
| XYZ | 18.08 | 15.4 | 59.78 | - |
| YUV | 103.55 | 185.25 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 104 | 205 | 0.69 | 0.49 | 0 | 0.20 | 222.98 | 0.59 | 0.53 |
| Hex | 40 | 68 | CD | 45 | 31 | 0 | 14 | DF | 3B | 35 |
| Octal | 100 | 150 | 315 | 105 | 61 | 0 | 24 | 337 | 73 | 65 |
| Binary | 1000000 | 1101000 | 11001101 | 1000101 | 110001 | 0 | 10100 | 11011111 | 111011 | 110101 |
Color Harmonies of #4068CD
Complementary color
Monochromatic Colors of #4068CD
Black with #4068CD
Text Example
Text Example
White with #4068CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4068CD; }
p { color: rgb(64,104,205); }
H1.HeaderClassName
{
color: #4068CD;
}
.AnyTagClassName
{
color: #4068CD;
}
</style>
background-color css
<style>
a { background-color: #4068CD; }
a { background-color: rgb(64,104,205); }
div.DivClassName
{
background-color: #4068CD;
}
.BgClassName
{
background-color: #4068CD;
}
</style>
border-color css
<style>
span { border-color: #4068CD; }
span { border-color: rgb(64,104,205); }
td.TdClassName
{
border-color: #4068CD;
}
.TagClassName
{
border-color: #4068CD;
}
</style>