Shades of Cornflower Blue #5A86FC
Tints of Cornflower Blue #5A86FC
RGB
CMYK
RGB Variations
Color information
#5A86FC (or 0x5A86FC) is known color: Cornflower Blue. HEX triplet: 5A, 86 and FC. RGB value is (90,134,252). Sum of RGB (Red+Green+Blue) = 90+134+252=476 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.91% from 476); Green value is 134 (52.73% from 255 or 28.15% 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 #5A86FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A86FC is #A57903. Grayscale: #858585. Windows color (decimal): -10844420 or 16549466. OLE color: 16549466.
HSL color Cylindrical-coordinate representation of color #5A86FC: hue angle of 223.7º 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 #5A86FC is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 134 | 252 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.01 |
| HSL | 223.7º | 0.96% | 0.67% | - |
| HSV(B) | 223.7º | 0.64% | 0.99% | - |
| XYZ | 30.31 | 26.25 | 95.57 | - |
| YUV | 134.3 | 194.42 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 134 | 252 | 0.64 | 0.47 | 0 | 0.01 | 223.7 | 0.96 | 0.67 |
| Hex | 5A | 86 | FC | 40 | 2F | 0 | 1 | E0 | 60 | 43 |
| Octal | 132 | 206 | 374 | 100 | 57 | 0 | 1 | 340 | 140 | 103 |
| Binary | 1011010 | 10000110 | 11111100 | 1000000 | 101111 | 0 | 1 | 11100000 | 1100000 | 1000011 |
Color Harmonies of #5A86FC
Complementary color
Monochromatic Colors of #5A86FC
Black with #5A86FC
Text Example
Text Example
White with #5A86FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A86FC; }
p { color: rgb(90,134,252); }
H1.HeaderClassName
{
color: #5A86FC;
}
.AnyTagClassName
{
color: #5A86FC;
}
</style>
background-color css
<style>
a { background-color: #5A86FC; }
a { background-color: rgb(90,134,252); }
div.DivClassName
{
background-color: #5A86FC;
}
.BgClassName
{
background-color: #5A86FC;
}
</style>
border-color css
<style>
span { border-color: #5A86FC; }
span { border-color: rgb(90,134,252); }
td.TdClassName
{
border-color: #5A86FC;
}
.TagClassName
{
border-color: #5A86FC;
}
</style>