Shades of Cornflower Blue #5690FA
Tints of Cornflower Blue #5690FA
RGB
CMYK
RGB Variations
Color information
#5690FA (or 0x5690FA) is known color: Cornflower Blue. HEX triplet: 56, 90 and FA. RGB value is (86,144,250). Sum of RGB (Red+Green+Blue) = 86+144+250=480 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.92% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #5690FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5690FA is #A96F05. Grayscale: #8A8A8A. Windows color (decimal): -11104006 or 16420950. OLE color: 16420950.
HSL color Cylindrical-coordinate representation of color #5690FA: hue angle of 218.78º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5690FA is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 144 | 250 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.02 |
| HSL | 218.78º | 0.94% | 0.66% | - |
| HSV(B) | 218.78º | 0.66% | 0.98% | - |
| XYZ | 31.07 | 28.83 | 94.37 | - |
| YUV | 138.74 | 190.78 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 144 | 250 | 0.66 | 0.42 | 0 | 0.02 | 218.78 | 0.94 | 0.66 |
| Hex | 56 | 90 | FA | 42 | 2A | 0 | 2 | DB | 5E | 42 |
| Octal | 126 | 220 | 372 | 102 | 52 | 0 | 2 | 333 | 136 | 102 |
| Binary | 1010110 | 10010000 | 11111010 | 1000010 | 101010 | 0 | 10 | 11011011 | 1011110 | 1000010 |
Color Harmonies of #5690FA
Complementary color
Monochromatic Colors of #5690FA
Black with #5690FA
Text Example
Text Example
White with #5690FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5690FA; }
p { color: rgb(86,144,250); }
H1.HeaderClassName
{
color: #5690FA;
}
.AnyTagClassName
{
color: #5690FA;
}
</style>
background-color css
<style>
a { background-color: #5690FA; }
a { background-color: rgb(86,144,250); }
div.DivClassName
{
background-color: #5690FA;
}
.BgClassName
{
background-color: #5690FA;
}
</style>
border-color css
<style>
span { border-color: #5690FA; }
span { border-color: rgb(86,144,250); }
td.TdClassName
{
border-color: #5690FA;
}
.TagClassName
{
border-color: #5690FA;
}
</style>