Shades of Cornflower Blue #5B80FC
Tints of Cornflower Blue #5B80FC
RGB
CMYK
RGB Variations
Color information
#5B80FC (or 0x5B80FC) is known color: Cornflower Blue. HEX triplet: 5B, 80 and FC. RGB value is (91,128,252). Sum of RGB (Red+Green+Blue) = 91+128+252=471 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.32% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B80FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B80FC is #A47F03. Grayscale: #828282. Windows color (decimal): -10780420 or 16547931. OLE color: 16547931.
HSL color Cylindrical-coordinate representation of color #5B80FC: hue angle of 226.21º 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 #5B80FC is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 128 | 252 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.01 |
| HSL | 226.21º | 0.96% | 0.67% | - |
| HSV(B) | 226.21º | 0.64% | 0.99% | - |
| XYZ | 29.6 | 24.69 | 95.3 | - |
| YUV | 131.07 | 196.24 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 128 | 252 | 0.64 | 0.49 | 0 | 0.01 | 226.21 | 0.96 | 0.67 |
| Hex | 5B | 80 | FC | 40 | 31 | 0 | 1 | E2 | 60 | 43 |
| Octal | 133 | 200 | 374 | 100 | 61 | 0 | 1 | 342 | 140 | 103 |
| Binary | 1011011 | 10000000 | 11111100 | 1000000 | 110001 | 0 | 1 | 11100010 | 1100000 | 1000011 |
Color Harmonies of #5B80FC
Complementary color
Monochromatic Colors of #5B80FC
Black with #5B80FC
Text Example
Text Example
White with #5B80FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B80FC; }
p { color: rgb(91,128,252); }
H1.HeaderClassName
{
color: #5B80FC;
}
.AnyTagClassName
{
color: #5B80FC;
}
</style>
background-color css
<style>
a { background-color: #5B80FC; }
a { background-color: rgb(91,128,252); }
div.DivClassName
{
background-color: #5B80FC;
}
.BgClassName
{
background-color: #5B80FC;
}
</style>
border-color css
<style>
span { border-color: #5B80FC; }
span { border-color: rgb(91,128,252); }
td.TdClassName
{
border-color: #5B80FC;
}
.TagClassName
{
border-color: #5B80FC;
}
</style>