Shades of Cornflower Blue #5B7DF8
Tints of Cornflower Blue #5B7DF8
RGB
CMYK
RGB Variations
Color information
#5B7DF8 (or 0x5B7DF8) is known color: Cornflower Blue. HEX triplet: 5B, 7D and F8. RGB value is (91,125,248). Sum of RGB (Red+Green+Blue) = 91+125+248=464 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.61% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #5B7DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7DF8 is #A48207. Grayscale: #808080. Windows color (decimal): -10781192 or 16285019. OLE color: 16285019.
HSL color Cylindrical-coordinate representation of color #5B7DF8: hue angle of 227.01º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B7DF8 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 91 | 125 | 248 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.03 |
| HSL | 227.01º | 0.92% | 0.66% | - |
| HSV(B) | 227.01º | 0.63% | 0.97% | - |
| XYZ | 28.59 | 23.67 | 91.87 | - |
| YUV | 128.86 | 195.24 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 125 | 248 | 0.63 | 0.50 | 0 | 0.03 | 227.01 | 0.92 | 0.66 |
| Hex | 5B | 7D | F8 | 3F | 32 | 0 | 3 | E3 | 5C | 42 |
| Octal | 133 | 175 | 370 | 77 | 62 | 0 | 3 | 343 | 134 | 102 |
| Binary | 1011011 | 1111101 | 11111000 | 111111 | 110010 | 0 | 11 | 11100011 | 1011100 | 1000010 |
Color Harmonies of #5B7DF8
Complementary color
Monochromatic Colors of #5B7DF8
Black with #5B7DF8
Text Example
Text Example
White with #5B7DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7DF8; }
p { color: rgb(91,125,248); }
H1.HeaderClassName
{
color: #5B7DF8;
}
.AnyTagClassName
{
color: #5B7DF8;
}
</style>
background-color css
<style>
a { background-color: #5B7DF8; }
a { background-color: rgb(91,125,248); }
div.DivClassName
{
background-color: #5B7DF8;
}
.BgClassName
{
background-color: #5B7DF8;
}
</style>
border-color css
<style>
span { border-color: #5B7DF8; }
span { border-color: rgb(91,125,248); }
td.TdClassName
{
border-color: #5B7DF8;
}
.TagClassName
{
border-color: #5B7DF8;
}
</style>