Shades of Cornflower Blue #5B7AF3
Tints of Cornflower Blue #5B7AF3
RGB
CMYK
RGB Variations
Color information
#5B7AF3 (or 0x5B7AF3) is known color: Cornflower Blue. HEX triplet: 5B, 7A and F3. RGB value is (91,122,243). Sum of RGB (Red+Green+Blue) = 91+122+243=456 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.96% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #5B7AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7AF3 is #A4850C. Grayscale: #7E7E7E. Windows color (decimal): -10781965 or 15956571. OLE color: 15956571.
HSL color Cylindrical-coordinate representation of color #5B7AF3: hue angle of 227.76º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B7AF3 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 122 | 243 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.05 |
| HSL | 227.76º | 0.86% | 0.65% | - |
| HSV(B) | 227.76º | 0.63% | 0.95% | - |
| XYZ | 27.45 | 22.61 | 87.71 | - |
| YUV | 126.53 | 193.73 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 122 | 243 | 0.63 | 0.50 | 0 | 0.05 | 227.76 | 0.86 | 0.65 |
| Hex | 5B | 7A | F3 | 3F | 32 | 0 | 5 | E4 | 56 | 41 |
| Octal | 133 | 172 | 363 | 77 | 62 | 0 | 5 | 344 | 126 | 101 |
| Binary | 1011011 | 1111010 | 11110011 | 111111 | 110010 | 0 | 101 | 11100100 | 1010110 | 1000001 |
Color Harmonies of #5B7AF3
Complementary color
Monochromatic Colors of #5B7AF3
Black with #5B7AF3
Text Example
Text Example
White with #5B7AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7AF3; }
p { color: rgb(91,122,243); }
H1.HeaderClassName
{
color: #5B7AF3;
}
.AnyTagClassName
{
color: #5B7AF3;
}
</style>
background-color css
<style>
a { background-color: #5B7AF3; }
a { background-color: rgb(91,122,243); }
div.DivClassName
{
background-color: #5B7AF3;
}
.BgClassName
{
background-color: #5B7AF3;
}
</style>
border-color css
<style>
span { border-color: #5B7AF3; }
span { border-color: rgb(91,122,243); }
td.TdClassName
{
border-color: #5B7AF3;
}
.TagClassName
{
border-color: #5B7AF3;
}
</style>