Shades of Royal Blue #4288E1
Tints of Royal Blue #4288E1
RGB
CMYK
RGB Variations
Color information
#4288E1 (or 0x4288E1) is known color: Royal Blue. HEX triplet: 42, 88 and E1. RGB value is (66,136,225). Sum of RGB (Red+Green+Blue) = 66+136+225=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #4288E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4288E1 is #BD771E. Grayscale: #7C7C7C. Windows color (decimal): -12416799 or 14780482. OLE color: 14780482.
HSL color Cylindrical-coordinate representation of color #4288E1: hue angle of 213.58º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4288E1 is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 136 | 225 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.12 |
| HSL | 213.58º | 0.73% | 0.57% | - |
| HSV(B) | 213.58º | 0.71% | 0.88% | - |
| XYZ | 24.64 | 24.2 | 74.61 | - |
| YUV | 125.22 | 184.31 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 225 | 0.71 | 0.40 | 0 | 0.12 | 213.58 | 0.73 | 0.57 |
| Hex | 42 | 88 | E1 | 47 | 28 | 0 | C | D6 | 49 | 39 |
| Octal | 102 | 210 | 341 | 107 | 50 | 0 | 14 | 326 | 111 | 71 |
| Binary | 1000010 | 10001000 | 11100001 | 1000111 | 101000 | 0 | 1100 | 11010110 | 1001001 | 111001 |
Color Harmonies of #4288E1
Complementary color
Monochromatic Colors of #4288E1
Black with #4288E1
Text Example
Text Example
White with #4288E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4288E1; }
p { color: rgb(66,136,225); }
H1.HeaderClassName
{
color: #4288E1;
}
.AnyTagClassName
{
color: #4288E1;
}
</style>
background-color css
<style>
a { background-color: #4288E1; }
a { background-color: rgb(66,136,225); }
div.DivClassName
{
background-color: #4288E1;
}
.BgClassName
{
background-color: #4288E1;
}
</style>
border-color css
<style>
span { border-color: #4288E1; }
span { border-color: rgb(66,136,225); }
td.TdClassName
{
border-color: #4288E1;
}
.TagClassName
{
border-color: #4288E1;
}
</style>