Shades of Royal Blue #4065CE
Tints of Royal Blue #4065CE
RGB
CMYK
RGB Variations
Color information
#4065CE (or 0x4065CE) is known color: Royal Blue. HEX triplet: 40, 65 and CE. RGB value is (64,101,206). Sum of RGB (Red+Green+Blue) = 64+101+206=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #4065CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4065CE is #BF9A31. Grayscale: #656565. Windows color (decimal): -12556850 or 13526336. OLE color: 13526336.
HSL color Cylindrical-coordinate representation of color #4065CE: hue angle of 224.37º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4065CE is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 101 | 206 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.19 |
| HSL | 224.37º | 0.59% | 0.53% | - |
| HSV(B) | 224.37º | 0.69% | 0.81% | - |
| XYZ | 17.91 | 14.85 | 60.32 | - |
| YUV | 101.91 | 186.74 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 206 | 0.69 | 0.51 | 0 | 0.19 | 224.37 | 0.59 | 0.53 |
| Hex | 40 | 65 | CE | 45 | 33 | 0 | 13 | E0 | 3B | 35 |
| Octal | 100 | 145 | 316 | 105 | 63 | 0 | 23 | 340 | 73 | 65 |
| Binary | 1000000 | 1100101 | 11001110 | 1000101 | 110011 | 0 | 10011 | 11100000 | 111011 | 110101 |
Color Harmonies of #4065CE
Complementary color
Monochromatic Colors of #4065CE
Black with #4065CE
Text Example
Text Example
White with #4065CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4065CE; }
p { color: rgb(64,101,206); }
H1.HeaderClassName
{
color: #4065CE;
}
.AnyTagClassName
{
color: #4065CE;
}
</style>
background-color css
<style>
a { background-color: #4065CE; }
a { background-color: rgb(64,101,206); }
div.DivClassName
{
background-color: #4065CE;
}
.BgClassName
{
background-color: #4065CE;
}
</style>
border-color css
<style>
span { border-color: #4065CE; }
span { border-color: rgb(64,101,206); }
td.TdClassName
{
border-color: #4065CE;
}
.TagClassName
{
border-color: #4065CE;
}
</style>