Shades of Cornflower Blue #5785FC
Tints of Cornflower Blue #5785FC
RGB
CMYK
RGB Variations
Color information
#5785FC (or 0x5785FC) is known color: Cornflower Blue. HEX triplet: 57, 85 and FC. RGB value is (87,133,252). Sum of RGB (Red+Green+Blue) = 87+133+252=472 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.43% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #5785FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5785FC is #A87A03. Grayscale: #848484. Windows color (decimal): -11041284 or 16549207. OLE color: 16549207.
HSL color Cylindrical-coordinate representation of color #5785FC: hue angle of 223.27º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5785FC is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 133 | 252 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.01 |
| HSL | 223.27º | 0.96% | 0.66% | - |
| HSV(B) | 223.27º | 0.65% | 0.99% | - |
| XYZ | 29.89 | 25.83 | 95.51 | - |
| YUV | 132.81 | 195.26 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 133 | 252 | 0.65 | 0.47 | 0 | 0.01 | 223.27 | 0.96 | 0.66 |
| Hex | 57 | 85 | FC | 41 | 2F | 0 | 1 | DF | 60 | 42 |
| Octal | 127 | 205 | 374 | 101 | 57 | 0 | 1 | 337 | 140 | 102 |
| Binary | 1010111 | 10000101 | 11111100 | 1000001 | 101111 | 0 | 1 | 11011111 | 1100000 | 1000010 |
Color Harmonies of #5785FC
Complementary color
Monochromatic Colors of #5785FC
Black with #5785FC
Text Example
Text Example
White with #5785FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5785FC; }
p { color: rgb(87,133,252); }
H1.HeaderClassName
{
color: #5785FC;
}
.AnyTagClassName
{
color: #5785FC;
}
</style>
background-color css
<style>
a { background-color: #5785FC; }
a { background-color: rgb(87,133,252); }
div.DivClassName
{
background-color: #5785FC;
}
.BgClassName
{
background-color: #5785FC;
}
</style>
border-color css
<style>
span { border-color: #5785FC; }
span { border-color: rgb(87,133,252); }
td.TdClassName
{
border-color: #5785FC;
}
.TagClassName
{
border-color: #5785FC;
}
</style>