Shades of Royal Blue #4083DF
Tints of Royal Blue #4083DF
RGB
CMYK
RGB Variations
Color information
#4083DF (or 0x4083DF) is known color: Royal Blue. HEX triplet: 40, 83 and DF. RGB value is (64,131,223). Sum of RGB (Red+Green+Blue) = 64+131+223=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #4083DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4083DF is #BF7C20. Grayscale: #797979. Windows color (decimal): -12549153 or 14648128. OLE color: 14648128.
HSL color Cylindrical-coordinate representation of color #4083DF: hue angle of 214.72º 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 #4083DF is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 131 | 223 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.13 |
| HSL | 214.72º | 0.71% | 0.56% | - |
| HSV(B) | 214.72º | 0.71% | 0.87% | - |
| XYZ | 23.55 | 22.65 | 72.94 | - |
| YUV | 121.46 | 185.3 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 131 | 223 | 0.71 | 0.41 | 0 | 0.13 | 214.72 | 0.71 | 0.56 |
| Hex | 40 | 83 | DF | 47 | 29 | 0 | D | D7 | 47 | 38 |
| Octal | 100 | 203 | 337 | 107 | 51 | 0 | 15 | 327 | 107 | 70 |
| Binary | 1000000 | 10000011 | 11011111 | 1000111 | 101001 | 0 | 1101 | 11010111 | 1000111 | 111000 |
Color Harmonies of #4083DF
Complementary color
Monochromatic Colors of #4083DF
Black with #4083DF
Text Example
Text Example
White with #4083DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4083DF; }
p { color: rgb(64,131,223); }
H1.HeaderClassName
{
color: #4083DF;
}
.AnyTagClassName
{
color: #4083DF;
}
</style>
background-color css
<style>
a { background-color: #4083DF; }
a { background-color: rgb(64,131,223); }
div.DivClassName
{
background-color: #4083DF;
}
.BgClassName
{
background-color: #4083DF;
}
</style>
border-color css
<style>
span { border-color: #4083DF; }
span { border-color: rgb(64,131,223); }
td.TdClassName
{
border-color: #4083DF;
}
.TagClassName
{
border-color: #4083DF;
}
</style>