Shades of Cornflower Blue #5B8CE7
Tints of Cornflower Blue #5B8CE7
RGB
CMYK
RGB Variations
Color information
#5B8CE7 (or 0x5B8CE7) is known color: Cornflower Blue. HEX triplet: 5B, 8C and E7. RGB value is (91,140,231). Sum of RGB (Red+Green+Blue) = 91+140+231=462 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.70% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 231 (90.62% from 255 or 50% from 462); Max value from RGB is 231 - color contains mainly: blue. Hex color #5B8CE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B8CE7 is #A47318. Grayscale: #878787. Windows color (decimal): -10777369 or 15174747. OLE color: 15174747.
HSL color Cylindrical-coordinate representation of color #5B8CE7: hue angle of 219º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B8CE7 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 140 | 231 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.09 |
| HSL | 219º | 0.74% | 0.63% | - |
| HSV(B) | 219º | 0.61% | 0.91% | - |
| XYZ | 28.12 | 26.75 | 79.28 | - |
| YUV | 135.72 | 181.77 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 140 | 231 | 0.61 | 0.39 | 0 | 0.09 | 219 | 0.74 | 0.63 |
| Hex | 5B | 8C | E7 | 3D | 27 | 0 | 9 | DB | 4A | 3F |
| Octal | 133 | 214 | 347 | 75 | 47 | 0 | 11 | 333 | 112 | 77 |
| Binary | 1011011 | 10001100 | 11100111 | 111101 | 100111 | 0 | 1001 | 11011011 | 1001010 | 111111 |
Color Harmonies of #5B8CE7
Complementary color
Monochromatic Colors of #5B8CE7
Black with #5B8CE7
Text Example
Text Example
White with #5B8CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8CE7; }
p { color: rgb(91,140,231); }
H1.HeaderClassName
{
color: #5B8CE7;
}
.AnyTagClassName
{
color: #5B8CE7;
}
</style>
background-color css
<style>
a { background-color: #5B8CE7; }
a { background-color: rgb(91,140,231); }
div.DivClassName
{
background-color: #5B8CE7;
}
.BgClassName
{
background-color: #5B8CE7;
}
</style>
border-color css
<style>
span { border-color: #5B8CE7; }
span { border-color: rgb(91,140,231); }
td.TdClassName
{
border-color: #5B8CE7;
}
.TagClassName
{
border-color: #5B8CE7;
}
</style>