Shades of Cornflower Blue #5B7FFC
Tints of Cornflower Blue #5B7FFC
RGB
CMYK
RGB Variations
Color information
#5B7FFC (or 0x5B7FFC) is known color: Cornflower Blue. HEX triplet: 5B, 7F and FC. RGB value is (91,127,252). Sum of RGB (Red+Green+Blue) = 91+127+252=470 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.36% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B7FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7FFC is #A48003. Grayscale: #818181. Windows color (decimal): -10780676 or 16547675. OLE color: 16547675.
HSL color Cylindrical-coordinate representation of color #5B7FFC: hue angle of 226.58º 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 #5B7FFC is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 127 | 252 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.01 |
| HSL | 226.58º | 0.96% | 0.67% | - |
| HSV(B) | 226.58º | 0.64% | 0.99% | - |
| XYZ | 29.47 | 24.43 | 95.26 | - |
| YUV | 130.49 | 196.57 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 127 | 252 | 0.64 | 0.50 | 0 | 0.01 | 226.58 | 0.96 | 0.67 |
| Hex | 5B | 7F | FC | 40 | 32 | 0 | 1 | E3 | 60 | 43 |
| Octal | 133 | 177 | 374 | 100 | 62 | 0 | 1 | 343 | 140 | 103 |
| Binary | 1011011 | 1111111 | 11111100 | 1000000 | 110010 | 0 | 1 | 11100011 | 1100000 | 1000011 |
Color Harmonies of #5B7FFC
Complementary color
Monochromatic Colors of #5B7FFC
Black with #5B7FFC
Text Example
Text Example
White with #5B7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7FFC; }
p { color: rgb(91,127,252); }
H1.HeaderClassName
{
color: #5B7FFC;
}
.AnyTagClassName
{
color: #5B7FFC;
}
</style>
background-color css
<style>
a { background-color: #5B7FFC; }
a { background-color: rgb(91,127,252); }
div.DivClassName
{
background-color: #5B7FFC;
}
.BgClassName
{
background-color: #5B7FFC;
}
</style>
border-color css
<style>
span { border-color: #5B7FFC; }
span { border-color: rgb(91,127,252); }
td.TdClassName
{
border-color: #5B7FFC;
}
.TagClassName
{
border-color: #5B7FFC;
}
</style>