Shades of Royal Blue #4065DF
Tints of Royal Blue #4065DF
RGB
CMYK
RGB Variations
Color information
#4065DF (or 0x4065DF) is known color: Royal Blue. HEX triplet: 40, 65 and DF. RGB value is (64,101,223). Sum of RGB (Red+Green+Blue) = 64+101+223=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #4065DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4065DF is #BF9A20. Grayscale: #676767. Windows color (decimal): -12556833 or 14640448. OLE color: 14640448.
HSL color Cylindrical-coordinate representation of color #4065DF: hue angle of 226.04º degrees, saturation: 0.71, 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 #4065DF is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 101 | 223 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.13 |
| HSL | 226.04º | 0.71% | 0.56% | - |
| HSV(B) | 226.04º | 0.71% | 0.87% | - |
| XYZ | 20.09 | 15.73 | 71.79 | - |
| YUV | 103.85 | 195.24 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 223 | 0.71 | 0.55 | 0 | 0.13 | 226.04 | 0.71 | 0.56 |
| Hex | 40 | 65 | DF | 47 | 37 | 0 | D | E2 | 47 | 38 |
| Octal | 100 | 145 | 337 | 107 | 67 | 0 | 15 | 342 | 107 | 70 |
| Binary | 1000000 | 1100101 | 11011111 | 1000111 | 110111 | 0 | 1101 | 11100010 | 1000111 | 111000 |
Color Harmonies of #4065DF
Complementary color
Monochromatic Colors of #4065DF
Black with #4065DF
Text Example
Text Example
White with #4065DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4065DF; }
p { color: rgb(64,101,223); }
H1.HeaderClassName
{
color: #4065DF;
}
.AnyTagClassName
{
color: #4065DF;
}
</style>
background-color css
<style>
a { background-color: #4065DF; }
a { background-color: rgb(64,101,223); }
div.DivClassName
{
background-color: #4065DF;
}
.BgClassName
{
background-color: #4065DF;
}
</style>
border-color css
<style>
span { border-color: #4065DF; }
span { border-color: rgb(64,101,223); }
td.TdClassName
{
border-color: #4065DF;
}
.TagClassName
{
border-color: #4065DF;
}
</style>