Shades of Cornflower Blue #5B93EA
Tints of Cornflower Blue #5B93EA
RGB
CMYK
RGB Variations
Color information
#5B93EA (or 0x5B93EA) is known color: Cornflower Blue. HEX triplet: 5B, 93 and EA. RGB value is (91,147,234). Sum of RGB (Red+Green+Blue) = 91+147+234=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B93EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B93EA is #A46C15. Grayscale: #8B8B8B. Windows color (decimal): -10775574 or 15373147. OLE color: 15373147.
HSL color Cylindrical-coordinate representation of color #5B93EA: hue angle of 216.5º 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 #5B93EA is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 147 | 234 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.08 |
| HSL | 216.5º | 0.77% | 0.64% | - |
| HSV(B) | 216.5º | 0.61% | 0.92% | - |
| XYZ | 29.6 | 29.03 | 81.89 | - |
| YUV | 140.17 | 180.95 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 147 | 234 | 0.61 | 0.37 | 0 | 0.08 | 216.5 | 0.77 | 0.64 |
| Hex | 5B | 93 | EA | 3D | 25 | 0 | 8 | D9 | 4D | 40 |
| Octal | 133 | 223 | 352 | 75 | 45 | 0 | 10 | 331 | 115 | 100 |
| Binary | 1011011 | 10010011 | 11101010 | 111101 | 100101 | 0 | 1000 | 11011001 | 1001101 | 1000000 |
Color Harmonies of #5B93EA
Complementary color
Monochromatic Colors of #5B93EA
Black with #5B93EA
Text Example
Text Example
White with #5B93EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B93EA; }
p { color: rgb(91,147,234); }
H1.HeaderClassName
{
color: #5B93EA;
}
.AnyTagClassName
{
color: #5B93EA;
}
</style>
background-color css
<style>
a { background-color: #5B93EA; }
a { background-color: rgb(91,147,234); }
div.DivClassName
{
background-color: #5B93EA;
}
.BgClassName
{
background-color: #5B93EA;
}
</style>
border-color css
<style>
span { border-color: #5B93EA; }
span { border-color: rgb(91,147,234); }
td.TdClassName
{
border-color: #5B93EA;
}
.TagClassName
{
border-color: #5B93EA;
}
</style>