Shades of Cornflower Blue #5A86FB
Tints of Cornflower Blue #5A86FB
RGB
CMYK
RGB Variations
Color information
#5A86FB (or 0x5A86FB) is known color: Cornflower Blue. HEX triplet: 5A, 86 and FB. RGB value is (90,134,251). Sum of RGB (Red+Green+Blue) = 90+134+251=475 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.95% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A86FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A86FB is #A57904. Grayscale: #858585. Windows color (decimal): -10844421 or 16483930. OLE color: 16483930.
HSL color Cylindrical-coordinate representation of color #5A86FB: hue angle of 223.6º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A86FB is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 134 | 251 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.02 |
| HSL | 223.6º | 0.95% | 0.67% | - |
| HSV(B) | 223.6º | 0.64% | 0.98% | - |
| XYZ | 30.15 | 26.19 | 94.73 | - |
| YUV | 134.18 | 193.92 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 134 | 251 | 0.64 | 0.47 | 0 | 0.02 | 223.6 | 0.95 | 0.67 |
| Hex | 5A | 86 | FB | 40 | 2F | 0 | 2 | E0 | 5F | 43 |
| Octal | 132 | 206 | 373 | 100 | 57 | 0 | 2 | 340 | 137 | 103 |
| Binary | 1011010 | 10000110 | 11111011 | 1000000 | 101111 | 0 | 10 | 11100000 | 1011111 | 1000011 |
Color Harmonies of #5A86FB
Complementary color
Monochromatic Colors of #5A86FB
Black with #5A86FB
Text Example
Text Example
White with #5A86FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A86FB; }
p { color: rgb(90,134,251); }
H1.HeaderClassName
{
color: #5A86FB;
}
.AnyTagClassName
{
color: #5A86FB;
}
</style>
background-color css
<style>
a { background-color: #5A86FB; }
a { background-color: rgb(90,134,251); }
div.DivClassName
{
background-color: #5A86FB;
}
.BgClassName
{
background-color: #5A86FB;
}
</style>
border-color css
<style>
span { border-color: #5A86FB; }
span { border-color: rgb(90,134,251); }
td.TdClassName
{
border-color: #5A86FB;
}
.TagClassName
{
border-color: #5A86FB;
}
</style>