Shades of Cornflower Blue #5288E4
Tints of Cornflower Blue #5288E4
RGB
CMYK
RGB Variations
Color information
#5288E4 (or 0x5288E4) is known color: Cornflower Blue. HEX triplet: 52, 88 and E4. RGB value is (82,136,228). Sum of RGB (Red+Green+Blue) = 82+136+228=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 228 (89.45% from 255 or 51.12% from 446); Max value from RGB is 228 - color contains mainly: blue. Hex color #5288E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5288E4 is #AD771B. Grayscale: #818181. Windows color (decimal): -11368220 or 14977106. OLE color: 14977106.
HSL color Cylindrical-coordinate representation of color #5288E4: hue angle of 217.81º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5288E4 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 136 | 228 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.11 |
| HSL | 217.81º | 0.73% | 0.61% | - |
| HSV(B) | 217.81º | 0.64% | 0.89% | - |
| XYZ | 26.29 | 25 | 76.84 | - |
| YUV | 130.34 | 183.11 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 228 | 0.64 | 0.40 | 0 | 0.11 | 217.81 | 0.73 | 0.61 |
| Hex | 52 | 88 | E4 | 40 | 28 | 0 | B | DA | 49 | 3D |
| Octal | 122 | 210 | 344 | 100 | 50 | 0 | 13 | 332 | 111 | 75 |
| Binary | 1010010 | 10001000 | 11100100 | 1000000 | 101000 | 0 | 1011 | 11011010 | 1001001 | 111101 |
Color Harmonies of #5288E4
Complementary color
Monochromatic Colors of #5288E4
Black with #5288E4
Text Example
Text Example
White with #5288E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5288E4; }
p { color: rgb(82,136,228); }
H1.HeaderClassName
{
color: #5288E4;
}
.AnyTagClassName
{
color: #5288E4;
}
</style>
background-color css
<style>
a { background-color: #5288E4; }
a { background-color: rgb(82,136,228); }
div.DivClassName
{
background-color: #5288E4;
}
.BgClassName
{
background-color: #5288E4;
}
</style>
border-color css
<style>
span { border-color: #5288E4; }
span { border-color: rgb(82,136,228); }
td.TdClassName
{
border-color: #5288E4;
}
.TagClassName
{
border-color: #5288E4;
}
</style>