Shades of Royal Blue #4065DB
Tints of Royal Blue #4065DB
RGB
CMYK
RGB Variations
Color information
#4065DB (or 0x4065DB) is known color: Royal Blue. HEX triplet: 40, 65 and DB. RGB value is (64,101,219). Sum of RGB (Red+Green+Blue) = 64+101+219=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #4065DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4065DB is #BF9A24. Grayscale: #666666. Windows color (decimal): -12556837 or 14378304. OLE color: 14378304.
HSL color Cylindrical-coordinate representation of color #4065DB: hue angle of 225.68º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4065DB is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 101 | 219 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.14 |
| HSL | 225.68º | 0.68% | 0.55% | - |
| HSV(B) | 225.68º | 0.71% | 0.86% | - |
| XYZ | 19.55 | 15.51 | 68.98 | - |
| YUV | 103.39 | 193.24 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 219 | 0.71 | 0.54 | 0 | 0.14 | 225.68 | 0.68 | 0.55 |
| Hex | 40 | 65 | DB | 47 | 36 | 0 | E | E2 | 44 | 37 |
| Octal | 100 | 145 | 333 | 107 | 66 | 0 | 16 | 342 | 104 | 67 |
| Binary | 1000000 | 1100101 | 11011011 | 1000111 | 110110 | 0 | 1110 | 11100010 | 1000100 | 110111 |
Color Harmonies of #4065DB
Complementary color
Monochromatic Colors of #4065DB
Black with #4065DB
Text Example
Text Example
White with #4065DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4065DB; }
p { color: rgb(64,101,219); }
H1.HeaderClassName
{
color: #4065DB;
}
.AnyTagClassName
{
color: #4065DB;
}
</style>
background-color css
<style>
a { background-color: #4065DB; }
a { background-color: rgb(64,101,219); }
div.DivClassName
{
background-color: #4065DB;
}
.BgClassName
{
background-color: #4065DB;
}
</style>
border-color css
<style>
span { border-color: #4065DB; }
span { border-color: rgb(64,101,219); }
td.TdClassName
{
border-color: #4065DB;
}
.TagClassName
{
border-color: #4065DB;
}
</style>