Shades of Cornflower Blue #5B7DEC
Tints of Cornflower Blue #5B7DEC
RGB
CMYK
RGB Variations
Color information
#5B7DEC (or 0x5B7DEC) is known color: Cornflower Blue. HEX triplet: 5B, 7D and EC. RGB value is (91,125,236). Sum of RGB (Red+Green+Blue) = 91+125+236=452 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.13% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B7DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7DEC is #A48213. Grayscale: #7F7F7F. Windows color (decimal): -10781204 or 15498587. OLE color: 15498587.
HSL color Cylindrical-coordinate representation of color #5B7DEC: hue angle of 225.93º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B7DEC is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 125 | 236 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.07 |
| HSL | 225.93º | 0.79% | 0.64% | - |
| HSV(B) | 225.93º | 0.61% | 0.93% | - |
| XYZ | 26.79 | 22.95 | 82.37 | - |
| YUV | 127.49 | 189.24 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 125 | 236 | 0.61 | 0.47 | 0 | 0.07 | 225.93 | 0.79 | 0.64 |
| Hex | 5B | 7D | EC | 3D | 2F | 0 | 7 | E2 | 4F | 40 |
| Octal | 133 | 175 | 354 | 75 | 57 | 0 | 7 | 342 | 117 | 100 |
| Binary | 1011011 | 1111101 | 11101100 | 111101 | 101111 | 0 | 111 | 11100010 | 1001111 | 1000000 |
Color Harmonies of #5B7DEC
Complementary color
Monochromatic Colors of #5B7DEC
Black with #5B7DEC
Text Example
Text Example
White with #5B7DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7DEC; }
p { color: rgb(91,125,236); }
H1.HeaderClassName
{
color: #5B7DEC;
}
.AnyTagClassName
{
color: #5B7DEC;
}
</style>
background-color css
<style>
a { background-color: #5B7DEC; }
a { background-color: rgb(91,125,236); }
div.DivClassName
{
background-color: #5B7DEC;
}
.BgClassName
{
background-color: #5B7DEC;
}
</style>
border-color css
<style>
span { border-color: #5B7DEC; }
span { border-color: rgb(91,125,236); }
td.TdClassName
{
border-color: #5B7DEC;
}
.TagClassName
{
border-color: #5B7DEC;
}
</style>