Shades of Cornflower Blue #5B80DE
Tints of Cornflower Blue #5B80DE
RGB
CMYK
RGB Variations
Color information
#5B80DE (or 0x5B80DE) is known color: Cornflower Blue. HEX triplet: 5B, 80 and DE. RGB value is (91,128,222). Sum of RGB (Red+Green+Blue) = 91+128+222=441 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.63% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #5B80DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B80DE is #A47F21. Grayscale: #7F7F7F. Windows color (decimal): -10780450 or 14581851. OLE color: 14581851.
HSL color Cylindrical-coordinate representation of color #5B80DE: hue angle of 223.05º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B80DE is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 128 | 222 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.13 |
| HSL | 223.05º | 0.66% | 0.61% | - |
| HSV(B) | 223.05º | 0.59% | 0.87% | - |
| XYZ | 25.22 | 22.94 | 72.21 | - |
| YUV | 127.65 | 181.24 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 128 | 222 | 0.59 | 0.42 | 0 | 0.13 | 223.05 | 0.66 | 0.61 |
| Hex | 5B | 80 | DE | 3B | 2A | 0 | D | DF | 42 | 3D |
| Octal | 133 | 200 | 336 | 73 | 52 | 0 | 15 | 337 | 102 | 75 |
| Binary | 1011011 | 10000000 | 11011110 | 111011 | 101010 | 0 | 1101 | 11011111 | 1000010 | 111101 |
Color Harmonies of #5B80DE
Complementary color
Monochromatic Colors of #5B80DE
Black with #5B80DE
Text Example
Text Example
White with #5B80DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B80DE; }
p { color: rgb(91,128,222); }
H1.HeaderClassName
{
color: #5B80DE;
}
.AnyTagClassName
{
color: #5B80DE;
}
</style>
background-color css
<style>
a { background-color: #5B80DE; }
a { background-color: rgb(91,128,222); }
div.DivClassName
{
background-color: #5B80DE;
}
.BgClassName
{
background-color: #5B80DE;
}
</style>
border-color css
<style>
span { border-color: #5B80DE; }
span { border-color: rgb(91,128,222); }
td.TdClassName
{
border-color: #5B80DE;
}
.TagClassName
{
border-color: #5B80DE;
}
</style>