Shades of Cornflower Blue #5B7DF3
Tints of Cornflower Blue #5B7DF3
RGB
CMYK
RGB Variations
Color information
#5B7DF3 (or 0x5B7DF3) is known color: Cornflower Blue. HEX triplet: 5B, 7D and F3. RGB value is (91,125,243). Sum of RGB (Red+Green+Blue) = 91+125+243=459 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.83% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 243 (95.31% from 255 or 52.94% from 459); Max value from RGB is 243 - color contains mainly: blue. Hex color #5B7DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7DF3 is #A4820C. Grayscale: #7F7F7F. Windows color (decimal): -10781197 or 15957339. OLE color: 15957339.
HSL color Cylindrical-coordinate representation of color #5B7DF3: hue angle of 226.58º 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 #5B7DF3 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 125 | 243 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.05 |
| HSL | 226.58º | 0.86% | 0.65% | - |
| HSV(B) | 226.58º | 0.63% | 0.95% | - |
| XYZ | 27.83 | 23.36 | 87.84 | - |
| YUV | 128.29 | 192.74 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 125 | 243 | 0.63 | 0.49 | 0 | 0.05 | 226.58 | 0.86 | 0.65 |
| Hex | 5B | 7D | F3 | 3F | 31 | 0 | 5 | E3 | 56 | 41 |
| Octal | 133 | 175 | 363 | 77 | 61 | 0 | 5 | 343 | 126 | 101 |
| Binary | 1011011 | 1111101 | 11110011 | 111111 | 110001 | 0 | 101 | 11100011 | 1010110 | 1000001 |
Color Harmonies of #5B7DF3
Complementary color
Monochromatic Colors of #5B7DF3
Black with #5B7DF3
Text Example
Text Example
White with #5B7DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7DF3; }
p { color: rgb(91,125,243); }
H1.HeaderClassName
{
color: #5B7DF3;
}
.AnyTagClassName
{
color: #5B7DF3;
}
</style>
background-color css
<style>
a { background-color: #5B7DF3; }
a { background-color: rgb(91,125,243); }
div.DivClassName
{
background-color: #5B7DF3;
}
.BgClassName
{
background-color: #5B7DF3;
}
</style>
border-color css
<style>
span { border-color: #5B7DF3; }
span { border-color: rgb(91,125,243); }
td.TdClassName
{
border-color: #5B7DF3;
}
.TagClassName
{
border-color: #5B7DF3;
}
</style>