Shades of Royal Blue #4288EE
Tints of Royal Blue #4288EE
RGB
CMYK
RGB Variations
Color information
#4288EE (or 0x4288EE) is known color: Royal Blue. HEX triplet: 42, 88 and EE. RGB value is (66,136,238). Sum of RGB (Red+Green+Blue) = 66+136+238=440 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #4288EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4288EE is #BD7711. Grayscale: #7E7E7E. Windows color (decimal): -12416786 or 15632450. OLE color: 15632450.
HSL color Cylindrical-coordinate representation of color #4288EE: hue angle of 215.58º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4288EE is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 136 | 238 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.07 |
| HSL | 215.58º | 0.83% | 0.6% | - |
| HSV(B) | 215.58º | 0.72% | 0.93% | - |
| XYZ | 26.48 | 24.94 | 84.31 | - |
| YUV | 126.7 | 190.81 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 238 | 0.72 | 0.43 | 0 | 0.07 | 215.58 | 0.83 | 0.6 |
| Hex | 42 | 88 | EE | 48 | 2B | 0 | 7 | D8 | 53 | 3C |
| Octal | 102 | 210 | 356 | 110 | 53 | 0 | 7 | 330 | 123 | 74 |
| Binary | 1000010 | 10001000 | 11101110 | 1001000 | 101011 | 0 | 111 | 11011000 | 1010011 | 111100 |
Color Harmonies of #4288EE
Complementary color
Monochromatic Colors of #4288EE
Black with #4288EE
Text Example
Text Example
White with #4288EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4288EE; }
p { color: rgb(66,136,238); }
H1.HeaderClassName
{
color: #4288EE;
}
.AnyTagClassName
{
color: #4288EE;
}
</style>
background-color css
<style>
a { background-color: #4288EE; }
a { background-color: rgb(66,136,238); }
div.DivClassName
{
background-color: #4288EE;
}
.BgClassName
{
background-color: #4288EE;
}
</style>
border-color css
<style>
span { border-color: #4288EE; }
span { border-color: rgb(66,136,238); }
td.TdClassName
{
border-color: #4288EE;
}
.TagClassName
{
border-color: #4288EE;
}
</style>