Shades of Cornflower Blue #5B9CEA
Tints of Cornflower Blue #5B9CEA
RGB
CMYK
RGB Variations
Color information
#5B9CEA (or 0x5B9CEA) is known color: Cornflower Blue. HEX triplet: 5B, 9C and EA. RGB value is (91,156,234). Sum of RGB (Red+Green+Blue) = 91+156+234=481 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.92% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B9CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B9CEA is #A46315. Grayscale: #919191. Windows color (decimal): -10773270 or 15375451. OLE color: 15375451.
HSL color Cylindrical-coordinate representation of color #5B9CEA: hue angle of 212.73º 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 #5B9CEA is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 156 | 234 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.08 |
| HSL | 212.73º | 0.77% | 0.64% | - |
| HSV(B) | 212.73º | 0.61% | 0.92% | - |
| XYZ | 31.05 | 31.94 | 82.37 | - |
| YUV | 145.46 | 177.97 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 156 | 234 | 0.61 | 0.33 | 0 | 0.08 | 212.73 | 0.77 | 0.64 |
| Hex | 5B | 9C | EA | 3D | 21 | 0 | 8 | D5 | 4D | 40 |
| Octal | 133 | 234 | 352 | 75 | 41 | 0 | 10 | 325 | 115 | 100 |
| Binary | 1011011 | 10011100 | 11101010 | 111101 | 100001 | 0 | 1000 | 11010101 | 1001101 | 1000000 |
Color Harmonies of #5B9CEA
Complementary color
Monochromatic Colors of #5B9CEA
Black with #5B9CEA
Text Example
Text Example
White with #5B9CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9CEA; }
p { color: rgb(91,156,234); }
H1.HeaderClassName
{
color: #5B9CEA;
}
.AnyTagClassName
{
color: #5B9CEA;
}
</style>
background-color css
<style>
a { background-color: #5B9CEA; }
a { background-color: rgb(91,156,234); }
div.DivClassName
{
background-color: #5B9CEA;
}
.BgClassName
{
background-color: #5B9CEA;
}
</style>
border-color css
<style>
span { border-color: #5B9CEA; }
span { border-color: rgb(91,156,234); }
td.TdClassName
{
border-color: #5B9CEA;
}
.TagClassName
{
border-color: #5B9CEA;
}
</style>