Shades of Cornflower Blue #5B88EA
Tints of Cornflower Blue #5B88EA
RGB
CMYK
RGB Variations
Color information
#5B88EA (or 0x5B88EA) is known color: Cornflower Blue. HEX triplet: 5B, 88 and EA. RGB value is (91,136,234). Sum of RGB (Red+Green+Blue) = 91+136+234=461 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.74% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B88EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B88EA is #A47715. Grayscale: #858585. Windows color (decimal): -10778390 or 15370331. OLE color: 15370331.
HSL color Cylindrical-coordinate representation of color #5B88EA: hue angle of 221.12º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B88EA is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 136 | 234 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.08 |
| HSL | 221.12º | 0.77% | 0.64% | - |
| HSV(B) | 221.12º | 0.61% | 0.92% | - |
| XYZ | 27.97 | 25.77 | 81.34 | - |
| YUV | 133.72 | 184.59 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 136 | 234 | 0.61 | 0.42 | 0 | 0.08 | 221.12 | 0.77 | 0.64 |
| Hex | 5B | 88 | EA | 3D | 2A | 0 | 8 | DD | 4D | 40 |
| Octal | 133 | 210 | 352 | 75 | 52 | 0 | 10 | 335 | 115 | 100 |
| Binary | 1011011 | 10001000 | 11101010 | 111101 | 101010 | 0 | 1000 | 11011101 | 1001101 | 1000000 |
Color Harmonies of #5B88EA
Complementary color
Monochromatic Colors of #5B88EA
Black with #5B88EA
Text Example
Text Example
White with #5B88EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B88EA; }
p { color: rgb(91,136,234); }
H1.HeaderClassName
{
color: #5B88EA;
}
.AnyTagClassName
{
color: #5B88EA;
}
</style>
background-color css
<style>
a { background-color: #5B88EA; }
a { background-color: rgb(91,136,234); }
div.DivClassName
{
background-color: #5B88EA;
}
.BgClassName
{
background-color: #5B88EA;
}
</style>
border-color css
<style>
span { border-color: #5B88EA; }
span { border-color: rgb(91,136,234); }
td.TdClassName
{
border-color: #5B88EA;
}
.TagClassName
{
border-color: #5B88EA;
}
</style>