Shades of Cornflower Blue #5BA3EB
Tints of Cornflower Blue #5BA3EB
RGB
CMYK
RGB Variations
Color information
#5BA3EB (or 0x5BA3EB) is known color: Cornflower Blue. HEX triplet: 5B, A3 and EB. RGB value is (91,163,235). Sum of RGB (Red+Green+Blue) = 91+163+235=489 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.61% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #5BA3EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA3EB is #A45C14. Grayscale: #959595. Windows color (decimal): -10771477 or 15442779. OLE color: 15442779.
HSL color Cylindrical-coordinate representation of color #5BA3EB: hue angle of 210º 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 #5BA3EB is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 163 | 235 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.08 |
| HSL | 210º | 0.78% | 0.64% | - |
| HSV(B) | 210º | 0.61% | 0.92% | - |
| XYZ | 32.41 | 34.42 | 83.53 | - |
| YUV | 149.68 | 176.15 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 163 | 235 | 0.61 | 0.31 | 0 | 0.08 | 210 | 0.78 | 0.64 |
| Hex | 5B | A3 | EB | 3D | 1F | 0 | 8 | D2 | 4E | 40 |
| Octal | 133 | 243 | 353 | 75 | 37 | 0 | 10 | 322 | 116 | 100 |
| Binary | 1011011 | 10100011 | 11101011 | 111101 | 11111 | 0 | 1000 | 11010010 | 1001110 | 1000000 |
Color Harmonies of #5BA3EB
Complementary color
Monochromatic Colors of #5BA3EB
Black with #5BA3EB
Text Example
Text Example
White with #5BA3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA3EB; }
p { color: rgb(91,163,235); }
H1.HeaderClassName
{
color: #5BA3EB;
}
.AnyTagClassName
{
color: #5BA3EB;
}
</style>
background-color css
<style>
a { background-color: #5BA3EB; }
a { background-color: rgb(91,163,235); }
div.DivClassName
{
background-color: #5BA3EB;
}
.BgClassName
{
background-color: #5BA3EB;
}
</style>
border-color css
<style>
span { border-color: #5BA3EB; }
span { border-color: rgb(91,163,235); }
td.TdClassName
{
border-color: #5BA3EB;
}
.TagClassName
{
border-color: #5BA3EB;
}
</style>