Shades of Cornflower Blue #5B8CFB
Tints of Cornflower Blue #5B8CFB
RGB
CMYK
RGB Variations
Color information
#5B8CFB (or 0x5B8CFB) is known color: Cornflower Blue. HEX triplet: 5B, 8C and FB. RGB value is (91,140,251). Sum of RGB (Red+Green+Blue) = 91+140+251=482 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.88% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B8CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B8CFB is #A47304. Grayscale: #898989. Windows color (decimal): -10777349 or 16485467. OLE color: 16485467.
HSL color Cylindrical-coordinate representation of color #5B8CFB: hue angle of 221.62º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B8CFB is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 140 | 251 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.02 |
| HSL | 221.63º | 0.95% | 0.67% | - |
| HSV(B) | 221.63º | 0.64% | 0.98% | - |
| XYZ | 31.11 | 27.95 | 95.02 | - |
| YUV | 138 | 191.77 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 140 | 251 | 0.64 | 0.44 | 0 | 0.02 | 221.63 | 0.95 | 0.67 |
| Hex | 5B | 8C | FB | 40 | 2C | 0 | 2 | DE | 5F | 43 |
| Octal | 133 | 214 | 373 | 100 | 54 | 0 | 2 | 336 | 137 | 103 |
| Binary | 1011011 | 10001100 | 11111011 | 1000000 | 101100 | 0 | 10 | 11011110 | 1011111 | 1000011 |
Color Harmonies of #5B8CFB
Complementary color
Monochromatic Colors of #5B8CFB
Black with #5B8CFB
Text Example
Text Example
White with #5B8CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8CFB; }
p { color: rgb(91,140,251); }
H1.HeaderClassName
{
color: #5B8CFB;
}
.AnyTagClassName
{
color: #5B8CFB;
}
</style>
background-color css
<style>
a { background-color: #5B8CFB; }
a { background-color: rgb(91,140,251); }
div.DivClassName
{
background-color: #5B8CFB;
}
.BgClassName
{
background-color: #5B8CFB;
}
</style>
border-color css
<style>
span { border-color: #5B8CFB; }
span { border-color: rgb(91,140,251); }
td.TdClassName
{
border-color: #5B8CFB;
}
.TagClassName
{
border-color: #5B8CFB;
}
</style>