Shades of Cornflower Blue #5B9CEB
Tints of Cornflower Blue #5B9CEB
RGB
CMYK
RGB Variations
Color information
#5B9CEB (or 0x5B9CEB) is known color: Cornflower Blue. HEX triplet: 5B, 9C and EB. RGB value is (91,156,235). Sum of RGB (Red+Green+Blue) = 91+156+235=482 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.88% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #5B9CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B9CEB is #A46314. Grayscale: #919191. Windows color (decimal): -10773269 or 15440987. OLE color: 15440987.
HSL color Cylindrical-coordinate representation of color #5B9CEB: hue angle of 212.92º degrees, saturation: 0.78, 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 #5B9CEB is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 156 | 235 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.08 |
| HSL | 212.92º | 0.78% | 0.64% | - |
| HSV(B) | 212.92º | 0.61% | 0.92% | - |
| XYZ | 31.2 | 32 | 83.13 | - |
| YUV | 145.57 | 178.47 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 156 | 235 | 0.61 | 0.34 | 0 | 0.08 | 212.92 | 0.78 | 0.64 |
| Hex | 5B | 9C | EB | 3D | 22 | 0 | 8 | D5 | 4E | 40 |
| Octal | 133 | 234 | 353 | 75 | 42 | 0 | 10 | 325 | 116 | 100 |
| Binary | 1011011 | 10011100 | 11101011 | 111101 | 100010 | 0 | 1000 | 11010101 | 1001110 | 1000000 |
Color Harmonies of #5B9CEB
Complementary color
Monochromatic Colors of #5B9CEB
Black with #5B9CEB
Text Example
Text Example
White with #5B9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9CEB; }
p { color: rgb(91,156,235); }
H1.HeaderClassName
{
color: #5B9CEB;
}
.AnyTagClassName
{
color: #5B9CEB;
}
</style>
background-color css
<style>
a { background-color: #5B9CEB; }
a { background-color: rgb(91,156,235); }
div.DivClassName
{
background-color: #5B9CEB;
}
.BgClassName
{
background-color: #5B9CEB;
}
</style>
border-color css
<style>
span { border-color: #5B9CEB; }
span { border-color: rgb(91,156,235); }
td.TdClassName
{
border-color: #5B9CEB;
}
.TagClassName
{
border-color: #5B9CEB;
}
</style>