Shades of Cornflower Blue #5B85FC
Tints of Cornflower Blue #5B85FC
RGB
CMYK
RGB Variations
Color information
#5B85FC (or 0x5B85FC) is known color: Cornflower Blue. HEX triplet: 5B, 85 and FC. RGB value is (91,133,252). Sum of RGB (Red+Green+Blue) = 91+133+252=476 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.12% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B85FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B85FC is #A47A03. Grayscale: #858585. Windows color (decimal): -10779140 or 16549211. OLE color: 16549211.
HSL color Cylindrical-coordinate representation of color #5B85FC: hue angle of 224.35º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B85FC is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 133 | 252 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.01 |
| HSL | 224.35º | 0.96% | 0.67% | - |
| HSV(B) | 224.35º | 0.64% | 0.99% | - |
| XYZ | 30.27 | 26.03 | 95.52 | - |
| YUV | 134.01 | 194.59 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 133 | 252 | 0.64 | 0.47 | 0 | 0.01 | 224.35 | 0.96 | 0.67 |
| Hex | 5B | 85 | FC | 40 | 2F | 0 | 1 | E0 | 60 | 43 |
| Octal | 133 | 205 | 374 | 100 | 57 | 0 | 1 | 340 | 140 | 103 |
| Binary | 1011011 | 10000101 | 11111100 | 1000000 | 101111 | 0 | 1 | 11100000 | 1100000 | 1000011 |
Color Harmonies of #5B85FC
Complementary color
Monochromatic Colors of #5B85FC
Black with #5B85FC
Text Example
Text Example
White with #5B85FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B85FC; }
p { color: rgb(91,133,252); }
H1.HeaderClassName
{
color: #5B85FC;
}
.AnyTagClassName
{
color: #5B85FC;
}
</style>
background-color css
<style>
a { background-color: #5B85FC; }
a { background-color: rgb(91,133,252); }
div.DivClassName
{
background-color: #5B85FC;
}
.BgClassName
{
background-color: #5B85FC;
}
</style>
border-color css
<style>
span { border-color: #5B85FC; }
span { border-color: rgb(91,133,252); }
td.TdClassName
{
border-color: #5B85FC;
}
.TagClassName
{
border-color: #5B85FC;
}
</style>