Shades of Cornflower Blue #5287F5
Tints of Cornflower Blue #5287F5
RGB
CMYK
RGB Variations
Color information
#5287F5 (or 0x5287F5) is known color: Cornflower Blue. HEX triplet: 52, 87 and F5. RGB value is (82,135,245). Sum of RGB (Red+Green+Blue) = 82+135+245=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 245 (96.09% from 255 or 53.03% from 462); Max value from RGB is 245 - color contains mainly: blue. Hex color #5287F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5287F5 is #AD780A. Grayscale: #838383. Windows color (decimal): -11368459 or 16090962. OLE color: 16090962.
HSL color Cylindrical-coordinate representation of color #5287F5: hue angle of 220.49º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5287F5 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 135 | 245 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.04 |
| HSL | 220.49º | 0.89% | 0.64% | - |
| HSV(B) | 220.49º | 0.67% | 0.96% | - |
| XYZ | 28.63 | 25.71 | 89.84 | - |
| YUV | 131.69 | 191.94 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 135 | 245 | 0.67 | 0.45 | 0 | 0.04 | 220.49 | 0.89 | 0.64 |
| Hex | 52 | 87 | F5 | 43 | 2D | 0 | 4 | DC | 59 | 40 |
| Octal | 122 | 207 | 365 | 103 | 55 | 0 | 4 | 334 | 131 | 100 |
| Binary | 1010010 | 10000111 | 11110101 | 1000011 | 101101 | 0 | 100 | 11011100 | 1011001 | 1000000 |
Color Harmonies of #5287F5
Complementary color
Monochromatic Colors of #5287F5
Black with #5287F5
Text Example
Text Example
White with #5287F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5287F5; }
p { color: rgb(82,135,245); }
H1.HeaderClassName
{
color: #5287F5;
}
.AnyTagClassName
{
color: #5287F5;
}
</style>
background-color css
<style>
a { background-color: #5287F5; }
a { background-color: rgb(82,135,245); }
div.DivClassName
{
background-color: #5287F5;
}
.BgClassName
{
background-color: #5287F5;
}
</style>
border-color css
<style>
span { border-color: #5287F5; }
span { border-color: rgb(82,135,245); }
td.TdClassName
{
border-color: #5287F5;
}
.TagClassName
{
border-color: #5287F5;
}
</style>