Shades of Royal Blue #4085DF
Tints of Royal Blue #4085DF
RGB
CMYK
RGB Variations
Color information
#4085DF (or 0x4085DF) is known color: Royal Blue. HEX triplet: 40, 85 and DF. RGB value is (64,133,223). Sum of RGB (Red+Green+Blue) = 64+133+223=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #4085DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4085DF is #BF7A20. Grayscale: #7A7A7A. Windows color (decimal): -12548641 or 14648640. OLE color: 14648640.
HSL color Cylindrical-coordinate representation of color #4085DF: hue angle of 213.96º 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 #4085DF is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 133 | 223 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.13 |
| HSL | 213.96º | 0.71% | 0.56% | - |
| HSV(B) | 213.96º | 0.71% | 0.87% | - |
| XYZ | 23.82 | 23.19 | 73.03 | - |
| YUV | 122.63 | 184.64 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 133 | 223 | 0.71 | 0.40 | 0 | 0.13 | 213.96 | 0.71 | 0.56 |
| Hex | 40 | 85 | DF | 47 | 28 | 0 | D | D6 | 47 | 38 |
| Octal | 100 | 205 | 337 | 107 | 50 | 0 | 15 | 326 | 107 | 70 |
| Binary | 1000000 | 10000101 | 11011111 | 1000111 | 101000 | 0 | 1101 | 11010110 | 1000111 | 111000 |
Color Harmonies of #4085DF
Complementary color
Monochromatic Colors of #4085DF
Black with #4085DF
Text Example
Text Example
White with #4085DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4085DF; }
p { color: rgb(64,133,223); }
H1.HeaderClassName
{
color: #4085DF;
}
.AnyTagClassName
{
color: #4085DF;
}
</style>
background-color css
<style>
a { background-color: #4085DF; }
a { background-color: rgb(64,133,223); }
div.DivClassName
{
background-color: #4085DF;
}
.BgClassName
{
background-color: #4085DF;
}
</style>
border-color css
<style>
span { border-color: #4085DF; }
span { border-color: rgb(64,133,223); }
td.TdClassName
{
border-color: #4085DF;
}
.TagClassName
{
border-color: #4085DF;
}
</style>