Shades of Cornflower Blue #5890FB
Tints of Cornflower Blue #5890FB
RGB
CMYK
RGB Variations
Color information
#5890FB (or 0x5890FB) is known color: Cornflower Blue. HEX triplet: 58, 90 and FB. RGB value is (88,144,251). Sum of RGB (Red+Green+Blue) = 88+144+251=483 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.22% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #5890FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5890FB is #A76F04. Grayscale: #8A8A8A. Windows color (decimal): -10972933 or 16486488. OLE color: 16486488.
HSL color Cylindrical-coordinate representation of color #5890FB: hue angle of 219.39º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5890FB is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 144 | 251 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.02 |
| HSL | 219.39º | 0.95% | 0.66% | - |
| HSV(B) | 219.39º | 0.65% | 0.98% | - |
| XYZ | 31.41 | 28.99 | 95.21 | - |
| YUV | 139.45 | 190.95 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 144 | 251 | 0.65 | 0.43 | 0 | 0.02 | 219.39 | 0.95 | 0.66 |
| Hex | 58 | 90 | FB | 41 | 2B | 0 | 2 | DB | 5F | 42 |
| Octal | 130 | 220 | 373 | 101 | 53 | 0 | 2 | 333 | 137 | 102 |
| Binary | 1011000 | 10010000 | 11111011 | 1000001 | 101011 | 0 | 10 | 11011011 | 1011111 | 1000010 |
Color Harmonies of #5890FB
Complementary color
Monochromatic Colors of #5890FB
Black with #5890FB
Text Example
Text Example
White with #5890FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5890FB; }
p { color: rgb(88,144,251); }
H1.HeaderClassName
{
color: #5890FB;
}
.AnyTagClassName
{
color: #5890FB;
}
</style>
background-color css
<style>
a { background-color: #5890FB; }
a { background-color: rgb(88,144,251); }
div.DivClassName
{
background-color: #5890FB;
}
.BgClassName
{
background-color: #5890FB;
}
</style>
border-color css
<style>
span { border-color: #5890FB; }
span { border-color: rgb(88,144,251); }
td.TdClassName
{
border-color: #5890FB;
}
.TagClassName
{
border-color: #5890FB;
}
</style>