Shades of Royal Blue #4088EE
Tints of Royal Blue #4088EE
RGB
CMYK
RGB Variations
Color information
#4088EE (or 0x4088EE) is known color: Royal Blue. HEX triplet: 40, 88 and EE. RGB value is (64,136,238). Sum of RGB (Red+Green+Blue) = 64+136+238=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #4088EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4088EE is #BF7711. Grayscale: #7D7D7D. Windows color (decimal): -12547858 or 15632448. OLE color: 15632448.
HSL color Cylindrical-coordinate representation of color #4088EE: hue angle of 215.17º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4088EE is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 136 | 238 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.07 |
| HSL | 215.17º | 0.84% | 0.59% | - |
| HSV(B) | 215.17º | 0.73% | 0.93% | - |
| XYZ | 26.35 | 24.87 | 84.3 | - |
| YUV | 126.1 | 191.15 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 238 | 0.73 | 0.43 | 0 | 0.07 | 215.17 | 0.84 | 0.59 |
| Hex | 40 | 88 | EE | 49 | 2B | 0 | 7 | D7 | 54 | 3B |
| Octal | 100 | 210 | 356 | 111 | 53 | 0 | 7 | 327 | 124 | 73 |
| Binary | 1000000 | 10001000 | 11101110 | 1001001 | 101011 | 0 | 111 | 11010111 | 1010100 | 111011 |
Color Harmonies of #4088EE
Complementary color
Monochromatic Colors of #4088EE
Black with #4088EE
Text Example
Text Example
White with #4088EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4088EE; }
p { color: rgb(64,136,238); }
H1.HeaderClassName
{
color: #4088EE;
}
.AnyTagClassName
{
color: #4088EE;
}
</style>
background-color css
<style>
a { background-color: #4088EE; }
a { background-color: rgb(64,136,238); }
div.DivClassName
{
background-color: #4088EE;
}
.BgClassName
{
background-color: #4088EE;
}
</style>
border-color css
<style>
span { border-color: #4088EE; }
span { border-color: rgb(64,136,238); }
td.TdClassName
{
border-color: #4088EE;
}
.TagClassName
{
border-color: #4088EE;
}
</style>