Shades of Royal Blue #4083EA
Tints of Royal Blue #4083EA
RGB
CMYK
RGB Variations
Color information
#4083EA (or 0x4083EA) is known color: Royal Blue. HEX triplet: 40, 83 and EA. RGB value is (64,131,234). Sum of RGB (Red+Green+Blue) = 64+131+234=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #4083EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4083EA is #BF7C15. Grayscale: #7A7A7A. Windows color (decimal): -12549142 or 15369024. OLE color: 15369024.
HSL color Cylindrical-coordinate representation of color #4083EA: hue angle of 216.35º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4083EA is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 131 | 234 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.08 |
| HSL | 216.35º | 0.8% | 0.58% | - |
| HSV(B) | 216.35º | 0.73% | 0.92% | - |
| XYZ | 25.08 | 23.26 | 81.01 | - |
| YUV | 122.71 | 190.8 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 131 | 234 | 0.73 | 0.44 | 0 | 0.08 | 216.35 | 0.8 | 0.58 |
| Hex | 40 | 83 | EA | 49 | 2C | 0 | 8 | D8 | 50 | 3A |
| Octal | 100 | 203 | 352 | 111 | 54 | 0 | 10 | 330 | 120 | 72 |
| Binary | 1000000 | 10000011 | 11101010 | 1001001 | 101100 | 0 | 1000 | 11011000 | 1010000 | 111010 |
Color Harmonies of #4083EA
Complementary color
Monochromatic Colors of #4083EA
Black with #4083EA
Text Example
Text Example
White with #4083EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4083EA; }
p { color: rgb(64,131,234); }
H1.HeaderClassName
{
color: #4083EA;
}
.AnyTagClassName
{
color: #4083EA;
}
</style>
background-color css
<style>
a { background-color: #4083EA; }
a { background-color: rgb(64,131,234); }
div.DivClassName
{
background-color: #4083EA;
}
.BgClassName
{
background-color: #4083EA;
}
</style>
border-color css
<style>
span { border-color: #4083EA; }
span { border-color: rgb(64,131,234); }
td.TdClassName
{
border-color: #4083EA;
}
.TagClassName
{
border-color: #4083EA;
}
</style>