Shades of Cornflower Blue #5883F9
Tints of Cornflower Blue #5883F9
RGB
CMYK
RGB Variations
Color information
#5883F9 (or 0x5883F9) is known color: Cornflower Blue. HEX triplet: 58, 83 and F9. RGB value is (88,131,249). Sum of RGB (Red+Green+Blue) = 88+131+249=468 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.80% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 249 (97.66% from 255 or 53.21% from 468); Max value from RGB is 249 - color contains mainly: blue. Hex color #5883F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5883F9 is #A77C06. Grayscale: #838383. Windows color (decimal): -10976263 or 16352088. OLE color: 16352088.
HSL color Cylindrical-coordinate representation of color #5883F9: hue angle of 223.98º degrees, saturation: 0.93, 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 #5883F9 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 131 | 249 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.02 |
| HSL | 223.98º | 0.93% | 0.66% | - |
| HSV(B) | 223.98º | 0.65% | 0.98% | - |
| XYZ | 29.24 | 25.15 | 92.94 | - |
| YUV | 131.6 | 194.25 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 131 | 249 | 0.65 | 0.47 | 0 | 0.02 | 223.98 | 0.93 | 0.66 |
| Hex | 58 | 83 | F9 | 41 | 2F | 0 | 2 | E0 | 5D | 42 |
| Octal | 130 | 203 | 371 | 101 | 57 | 0 | 2 | 340 | 135 | 102 |
| Binary | 1011000 | 10000011 | 11111001 | 1000001 | 101111 | 0 | 10 | 11100000 | 1011101 | 1000010 |
Color Harmonies of #5883F9
Complementary color
Monochromatic Colors of #5883F9
Black with #5883F9
Text Example
Text Example
White with #5883F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5883F9; }
p { color: rgb(88,131,249); }
H1.HeaderClassName
{
color: #5883F9;
}
.AnyTagClassName
{
color: #5883F9;
}
</style>
background-color css
<style>
a { background-color: #5883F9; }
a { background-color: rgb(88,131,249); }
div.DivClassName
{
background-color: #5883F9;
}
.BgClassName
{
background-color: #5883F9;
}
</style>
border-color css
<style>
span { border-color: #5883F9; }
span { border-color: rgb(88,131,249); }
td.TdClassName
{
border-color: #5883F9;
}
.TagClassName
{
border-color: #5883F9;
}
</style>