Shades of Cornflower Blue #5BA7ED
Tints of Cornflower Blue #5BA7ED
RGB
CMYK
RGB Variations
Color information
#5BA7ED (or 0x5BA7ED) is known color: Cornflower Blue. HEX triplet: 5B, A7 and ED. RGB value is (91,167,237). Sum of RGB (Red+Green+Blue) = 91+167+237=495 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.38% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BA7ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA7ED is #A45812. Grayscale: #979797. Windows color (decimal): -10770451 or 15574875. OLE color: 15574875.
HSL color Cylindrical-coordinate representation of color #5BA7ED: hue angle of 208.77º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BA7ED is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 167 | 237 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.07 |
| HSL | 208.77º | 0.8% | 0.64% | - |
| HSV(B) | 208.77º | 0.62% | 0.93% | - |
| XYZ | 33.42 | 35.98 | 85.3 | - |
| YUV | 152.26 | 175.82 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 237 | 0.62 | 0.30 | 0 | 0.07 | 208.77 | 0.8 | 0.64 |
| Hex | 5B | A7 | ED | 3E | 1E | 0 | 7 | D1 | 50 | 40 |
| Octal | 133 | 247 | 355 | 76 | 36 | 0 | 7 | 321 | 120 | 100 |
| Binary | 1011011 | 10100111 | 11101101 | 111110 | 11110 | 0 | 111 | 11010001 | 1010000 | 1000000 |
Color Harmonies of #5BA7ED
Complementary color
Monochromatic Colors of #5BA7ED
Black with #5BA7ED
Text Example
Text Example
White with #5BA7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA7ED; }
p { color: rgb(91,167,237); }
H1.HeaderClassName
{
color: #5BA7ED;
}
.AnyTagClassName
{
color: #5BA7ED;
}
</style>
background-color css
<style>
a { background-color: #5BA7ED; }
a { background-color: rgb(91,167,237); }
div.DivClassName
{
background-color: #5BA7ED;
}
.BgClassName
{
background-color: #5BA7ED;
}
</style>
border-color css
<style>
span { border-color: #5BA7ED; }
span { border-color: rgb(91,167,237); }
td.TdClassName
{
border-color: #5BA7ED;
}
.TagClassName
{
border-color: #5BA7ED;
}
</style>