Shades of Cornflower Blue #5B7BFB
Tints of Cornflower Blue #5B7BFB
RGB
CMYK
RGB Variations
Color information
#5B7BFB (or 0x5B7BFB) is known color: Cornflower Blue. HEX triplet: 5B, 7B and FB. RGB value is (91,123,251). Sum of RGB (Red+Green+Blue) = 91+123+251=465 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.57% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B7BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7BFB is #A48404. Grayscale: #7F7F7F. Windows color (decimal): -10781701 or 16481115. OLE color: 16481115.
HSL color Cylindrical-coordinate representation of color #5B7BFB: hue angle of 228º degrees, saturation: 0.95, 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 #5B7BFB is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 123 | 251 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.02 |
| HSL | 228º | 0.95% | 0.67% | - |
| HSV(B) | 228º | 0.64% | 0.98% | - |
| XYZ | 28.81 | 23.36 | 94.26 | - |
| YUV | 128.02 | 197.4 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 123 | 251 | 0.64 | 0.51 | 0 | 0.02 | 228 | 0.95 | 0.67 |
| Hex | 5B | 7B | FB | 40 | 33 | 0 | 2 | E4 | 5F | 43 |
| Octal | 133 | 173 | 373 | 100 | 63 | 0 | 2 | 344 | 137 | 103 |
| Binary | 1011011 | 1111011 | 11111011 | 1000000 | 110011 | 0 | 10 | 11100100 | 1011111 | 1000011 |
Color Harmonies of #5B7BFB
Complementary color
Monochromatic Colors of #5B7BFB
Black with #5B7BFB
Text Example
Text Example
White with #5B7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7BFB; }
p { color: rgb(91,123,251); }
H1.HeaderClassName
{
color: #5B7BFB;
}
.AnyTagClassName
{
color: #5B7BFB;
}
</style>
background-color css
<style>
a { background-color: #5B7BFB; }
a { background-color: rgb(91,123,251); }
div.DivClassName
{
background-color: #5B7BFB;
}
.BgClassName
{
background-color: #5B7BFB;
}
</style>
border-color css
<style>
span { border-color: #5B7BFB; }
span { border-color: rgb(91,123,251); }
td.TdClassName
{
border-color: #5B7BFB;
}
.TagClassName
{
border-color: #5B7BFB;
}
</style>