Shades of Cornflower Blue #5B8CFE
Tints of Cornflower Blue #5B8CFE
RGB
CMYK
RGB Variations
Color information
#5B8CFE (or 0x5B8CFE) is known color: Cornflower Blue. HEX triplet: 5B, 8C and FE. RGB value is (91,140,254). Sum of RGB (Red+Green+Blue) = 91+140+254=485 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.76% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B8CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B8CFE is #A47301. Grayscale: #898989. Windows color (decimal): -10777346 or 16682075. OLE color: 16682075.
HSL color Cylindrical-coordinate representation of color #5B8CFE: hue angle of 221.96º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B8CFE is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 140 | 254 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.00 |
| HSL | 221.96º | 0.99% | 0.68% | - |
| HSV(B) | 221.96º | 0.64% | 1% | - |
| XYZ | 31.58 | 28.14 | 97.53 | - |
| YUV | 138.35 | 193.27 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 140 | 254 | 0.64 | 0.45 | 0 | 0.00 | 221.96 | 0.99 | 0.68 |
| Hex | 5B | 8C | FE | 40 | 2D | 0 | 0 | DE | 63 | 44 |
| Octal | 133 | 214 | 376 | 100 | 55 | 0 | 0 | 336 | 143 | 104 |
| Binary | 1011011 | 10001100 | 11111110 | 1000000 | 101101 | 0 | 0 | 11011110 | 1100011 | 1000100 |
Color Harmonies of #5B8CFE
Complementary color
Monochromatic Colors of #5B8CFE
Black with #5B8CFE
Text Example
Text Example
White with #5B8CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8CFE; }
p { color: rgb(91,140,254); }
H1.HeaderClassName
{
color: #5B8CFE;
}
.AnyTagClassName
{
color: #5B8CFE;
}
</style>
background-color css
<style>
a { background-color: #5B8CFE; }
a { background-color: rgb(91,140,254); }
div.DivClassName
{
background-color: #5B8CFE;
}
.BgClassName
{
background-color: #5B8CFE;
}
</style>
border-color css
<style>
span { border-color: #5B8CFE; }
span { border-color: rgb(91,140,254); }
td.TdClassName
{
border-color: #5B8CFE;
}
.TagClassName
{
border-color: #5B8CFE;
}
</style>