Shades of Royal Blue #4065CF
Tints of Royal Blue #4065CF
RGB
CMYK
RGB Variations
Color information
#4065CF (or 0x4065CF) is known color: Royal Blue. HEX triplet: 40, 65 and CF. RGB value is (64,101,207). Sum of RGB (Red+Green+Blue) = 64+101+207=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #4065CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4065CF is #BF9A30. Grayscale: #656565. Windows color (decimal): -12556849 or 13591872. OLE color: 13591872.
HSL color Cylindrical-coordinate representation of color #4065CF: hue angle of 224.48º degrees, saturation: 0.6, 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 #4065CF is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 101 | 207 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.19 |
| HSL | 224.48º | 0.6% | 0.53% | - |
| HSV(B) | 224.48º | 0.69% | 0.81% | - |
| XYZ | 18.03 | 14.9 | 60.96 | - |
| YUV | 102.02 | 187.24 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 207 | 0.69 | 0.51 | 0 | 0.19 | 224.48 | 0.6 | 0.53 |
| Hex | 40 | 65 | CF | 45 | 33 | 0 | 13 | E0 | 3C | 35 |
| Octal | 100 | 145 | 317 | 105 | 63 | 0 | 23 | 340 | 74 | 65 |
| Binary | 1000000 | 1100101 | 11001111 | 1000101 | 110011 | 0 | 10011 | 11100000 | 111100 | 110101 |
Color Harmonies of #4065CF
Complementary color
Monochromatic Colors of #4065CF
Black with #4065CF
Text Example
Text Example
White with #4065CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4065CF; }
p { color: rgb(64,101,207); }
H1.HeaderClassName
{
color: #4065CF;
}
.AnyTagClassName
{
color: #4065CF;
}
</style>
background-color css
<style>
a { background-color: #4065CF; }
a { background-color: rgb(64,101,207); }
div.DivClassName
{
background-color: #4065CF;
}
.BgClassName
{
background-color: #4065CF;
}
</style>
border-color css
<style>
span { border-color: #4065CF; }
span { border-color: rgb(64,101,207); }
td.TdClassName
{
border-color: #4065CF;
}
.TagClassName
{
border-color: #4065CF;
}
</style>