Shades of Cornflower Blue #5B94F7
Tints of Cornflower Blue #5B94F7
RGB
CMYK
RGB Variations
Color information
#5B94F7 (or 0x5B94F7) is known color: Cornflower Blue. HEX triplet: 5B, 94 and F7. RGB value is (91,148,247). Sum of RGB (Red+Green+Blue) = 91+148+247=486 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.72% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 247 (96.88% from 255 or 50.82% from 486); Max value from RGB is 247 - color contains mainly: blue. Hex color #5B94F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B94F7 is #A46B08. Grayscale: #8D8D8D. Windows color (decimal): -10775305 or 16225371. OLE color: 16225371.
HSL color Cylindrical-coordinate representation of color #5B94F7: hue angle of 218.08º degrees, saturation: 0.91, 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 #5B94F7 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 91 | 148 | 247 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.03 |
| HSL | 218.08º | 0.91% | 0.66% | - |
| HSV(B) | 218.08º | 0.63% | 0.97% | - |
| XYZ | 31.69 | 30.12 | 92.14 | - |
| YUV | 142.24 | 187.12 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 148 | 247 | 0.63 | 0.40 | 0 | 0.03 | 218.08 | 0.91 | 0.66 |
| Hex | 5B | 94 | F7 | 3F | 28 | 0 | 3 | DA | 5B | 42 |
| Octal | 133 | 224 | 367 | 77 | 50 | 0 | 3 | 332 | 133 | 102 |
| Binary | 1011011 | 10010100 | 11110111 | 111111 | 101000 | 0 | 11 | 11011010 | 1011011 | 1000010 |
Color Harmonies of #5B94F7
Complementary color
Monochromatic Colors of #5B94F7
Black with #5B94F7
Text Example
Text Example
White with #5B94F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B94F7; }
p { color: rgb(91,148,247); }
H1.HeaderClassName
{
color: #5B94F7;
}
.AnyTagClassName
{
color: #5B94F7;
}
</style>
background-color css
<style>
a { background-color: #5B94F7; }
a { background-color: rgb(91,148,247); }
div.DivClassName
{
background-color: #5B94F7;
}
.BgClassName
{
background-color: #5B94F7;
}
</style>
border-color css
<style>
span { border-color: #5B94F7; }
span { border-color: rgb(91,148,247); }
td.TdClassName
{
border-color: #5B94F7;
}
.TagClassName
{
border-color: #5B94F7;
}
</style>