Shades of Royal Blue #4064DD
Tints of Royal Blue #4064DD
RGB
CMYK
RGB Variations
Color information
#4064DD (or 0x4064DD) is known color: Royal Blue. HEX triplet: 40, 64 and DD. RGB value is (64,100,221). Sum of RGB (Red+Green+Blue) = 64+100+221=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #4064DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4064DD is #BF9B22. Grayscale: #666666. Windows color (decimal): -12557091 or 14509120. OLE color: 14509120.
HSL color Cylindrical-coordinate representation of color #4064DD: hue angle of 226.24º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4064DD is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 100 | 221 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.13 |
| HSL | 226.24º | 0.7% | 0.56% | - |
| HSV(B) | 226.24º | 0.71% | 0.87% | - |
| XYZ | 19.72 | 15.42 | 70.34 | - |
| YUV | 103.03 | 194.57 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 221 | 0.71 | 0.55 | 0 | 0.13 | 226.24 | 0.7 | 0.56 |
| Hex | 40 | 64 | DD | 47 | 37 | 0 | D | E2 | 46 | 38 |
| Octal | 100 | 144 | 335 | 107 | 67 | 0 | 15 | 342 | 106 | 70 |
| Binary | 1000000 | 1100100 | 11011101 | 1000111 | 110111 | 0 | 1101 | 11100010 | 1000110 | 111000 |
Color Harmonies of #4064DD
Complementary color
Monochromatic Colors of #4064DD
Black with #4064DD
Text Example
Text Example
White with #4064DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4064DD; }
p { color: rgb(64,100,221); }
H1.HeaderClassName
{
color: #4064DD;
}
.AnyTagClassName
{
color: #4064DD;
}
</style>
background-color css
<style>
a { background-color: #4064DD; }
a { background-color: rgb(64,100,221); }
div.DivClassName
{
background-color: #4064DD;
}
.BgClassName
{
background-color: #4064DD;
}
</style>
border-color css
<style>
span { border-color: #4064DD; }
span { border-color: rgb(64,100,221); }
td.TdClassName
{
border-color: #4064DD;
}
.TagClassName
{
border-color: #4064DD;
}
</style>