Shades of Cornflower Blue #5B7FFA
Tints of Cornflower Blue #5B7FFA
RGB
CMYK
RGB Variations
Color information
#5B7FFA (or 0x5B7FFA) is known color: Cornflower Blue. HEX triplet: 5B, 7F and FA. RGB value is (91,127,250). Sum of RGB (Red+Green+Blue) = 91+127+250=468 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.44% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B7FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7FFA is #A48005. Grayscale: #818181. Windows color (decimal): -10780678 or 16416603. OLE color: 16416603.
HSL color Cylindrical-coordinate representation of color #5B7FFA: hue angle of 226.42º degrees, saturation: 0.94, 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 #5B7FFA is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 127 | 250 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.02 |
| HSL | 226.42º | 0.94% | 0.67% | - |
| HSV(B) | 226.42º | 0.64% | 0.98% | - |
| XYZ | 29.16 | 24.31 | 93.6 | - |
| YUV | 130.26 | 195.57 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 127 | 250 | 0.64 | 0.49 | 0 | 0.02 | 226.42 | 0.94 | 0.67 |
| Hex | 5B | 7F | FA | 40 | 31 | 0 | 2 | E2 | 5E | 43 |
| Octal | 133 | 177 | 372 | 100 | 61 | 0 | 2 | 342 | 136 | 103 |
| Binary | 1011011 | 1111111 | 11111010 | 1000000 | 110001 | 0 | 10 | 11100010 | 1011110 | 1000011 |
Color Harmonies of #5B7FFA
Complementary color
Monochromatic Colors of #5B7FFA
Black with #5B7FFA
Text Example
Text Example
White with #5B7FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7FFA; }
p { color: rgb(91,127,250); }
H1.HeaderClassName
{
color: #5B7FFA;
}
.AnyTagClassName
{
color: #5B7FFA;
}
</style>
background-color css
<style>
a { background-color: #5B7FFA; }
a { background-color: rgb(91,127,250); }
div.DivClassName
{
background-color: #5B7FFA;
}
.BgClassName
{
background-color: #5B7FFA;
}
</style>
border-color css
<style>
span { border-color: #5B7FFA; }
span { border-color: rgb(91,127,250); }
td.TdClassName
{
border-color: #5B7FFA;
}
.TagClassName
{
border-color: #5B7FFA;
}
</style>