Shades of Cornflower Blue #5B8FFC
Tints of Cornflower Blue #5B8FFC
RGB
CMYK
RGB Variations
Color information
#5B8FFC (or 0x5B8FFC) is known color: Cornflower Blue. HEX triplet: 5B, 8F and FC. RGB value is (91,143,252). Sum of RGB (Red+Green+Blue) = 91+143+252=486 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.72% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B8FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B8FFC is #A47003. Grayscale: #8B8B8B. Windows color (decimal): -10776580 or 16551771. OLE color: 16551771.
HSL color Cylindrical-coordinate representation of color #5B8FFC: hue angle of 220.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B8FFC is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 143 | 252 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.01 |
| HSL | 220.62º | 0.96% | 0.67% | - |
| HSV(B) | 220.62º | 0.64% | 0.99% | - |
| XYZ | 31.71 | 28.9 | 96 | - |
| YUV | 139.88 | 191.27 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 143 | 252 | 0.64 | 0.43 | 0 | 0.01 | 220.62 | 0.96 | 0.67 |
| Hex | 5B | 8F | FC | 40 | 2B | 0 | 1 | DD | 60 | 43 |
| Octal | 133 | 217 | 374 | 100 | 53 | 0 | 1 | 335 | 140 | 103 |
| Binary | 1011011 | 10001111 | 11111100 | 1000000 | 101011 | 0 | 1 | 11011101 | 1100000 | 1000011 |
Color Harmonies of #5B8FFC
Complementary color
Monochromatic Colors of #5B8FFC
Black with #5B8FFC
Text Example
Text Example
White with #5B8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8FFC; }
p { color: rgb(91,143,252); }
H1.HeaderClassName
{
color: #5B8FFC;
}
.AnyTagClassName
{
color: #5B8FFC;
}
</style>
background-color css
<style>
a { background-color: #5B8FFC; }
a { background-color: rgb(91,143,252); }
div.DivClassName
{
background-color: #5B8FFC;
}
.BgClassName
{
background-color: #5B8FFC;
}
</style>
border-color css
<style>
span { border-color: #5B8FFC; }
span { border-color: rgb(91,143,252); }
td.TdClassName
{
border-color: #5B8FFC;
}
.TagClassName
{
border-color: #5B8FFC;
}
</style>