Shades of Cornflower Blue #5BA3EF
Tints of Cornflower Blue #5BA3EF
RGB
CMYK
RGB Variations
Color information
#5BA3EF (or 0x5BA3EF) is known color: Cornflower Blue. HEX triplet: 5B, A3 and EF. RGB value is (91,163,239). Sum of RGB (Red+Green+Blue) = 91+163+239=493 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.46% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BA3EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA3EF is #A45C10. Grayscale: #959595. Windows color (decimal): -10771473 or 15704923. OLE color: 15704923.
HSL color Cylindrical-coordinate representation of color #5BA3EF: hue angle of 210.81º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BA3EF is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 163 | 239 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.06 |
| HSL | 210.81º | 0.82% | 0.65% | - |
| HSV(B) | 210.81º | 0.62% | 0.94% | - |
| XYZ | 32.99 | 34.65 | 86.61 | - |
| YUV | 150.14 | 178.15 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 163 | 239 | 0.62 | 0.32 | 0 | 0.06 | 210.81 | 0.82 | 0.65 |
| Hex | 5B | A3 | EF | 3E | 20 | 0 | 6 | D3 | 52 | 41 |
| Octal | 133 | 243 | 357 | 76 | 40 | 0 | 6 | 323 | 122 | 101 |
| Binary | 1011011 | 10100011 | 11101111 | 111110 | 100000 | 0 | 110 | 11010011 | 1010010 | 1000001 |
Color Harmonies of #5BA3EF
Complementary color
Monochromatic Colors of #5BA3EF
Black with #5BA3EF
Text Example
Text Example
White with #5BA3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA3EF; }
p { color: rgb(91,163,239); }
H1.HeaderClassName
{
color: #5BA3EF;
}
.AnyTagClassName
{
color: #5BA3EF;
}
</style>
background-color css
<style>
a { background-color: #5BA3EF; }
a { background-color: rgb(91,163,239); }
div.DivClassName
{
background-color: #5BA3EF;
}
.BgClassName
{
background-color: #5BA3EF;
}
</style>
border-color css
<style>
span { border-color: #5BA3EF; }
span { border-color: rgb(91,163,239); }
td.TdClassName
{
border-color: #5BA3EF;
}
.TagClassName
{
border-color: #5BA3EF;
}
</style>