Shades of Cornflower Blue #5883FE
Tints of Cornflower Blue #5883FE
RGB
CMYK
RGB Variations
Color information
#5883FE (or 0x5883FE) is known color: Cornflower Blue. HEX triplet: 58, 83 and FE. RGB value is (88,131,254). Sum of RGB (Red+Green+Blue) = 88+131+254=473 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.60% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #5883FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5883FE is #A77C01. Grayscale: #838383. Windows color (decimal): -10976258 or 16679768. OLE color: 16679768.
HSL color Cylindrical-coordinate representation of color #5883FE: hue angle of 224.46º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5883FE is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 131 | 254 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.00 |
| HSL | 224.46º | 0.99% | 0.67% | - |
| HSV(B) | 224.46º | 0.65% | 1% | - |
| XYZ | 30.03 | 25.46 | 97.1 | - |
| YUV | 132.17 | 196.75 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 131 | 254 | 0.65 | 0.48 | 0 | 0.00 | 224.46 | 0.99 | 0.67 |
| Hex | 58 | 83 | FE | 41 | 30 | 0 | 0 | E0 | 63 | 43 |
| Octal | 130 | 203 | 376 | 101 | 60 | 0 | 0 | 340 | 143 | 103 |
| Binary | 1011000 | 10000011 | 11111110 | 1000001 | 110000 | 0 | 0 | 11100000 | 1100011 | 1000011 |
Color Harmonies of #5883FE
Complementary color
Monochromatic Colors of #5883FE
Black with #5883FE
Text Example
Text Example
White with #5883FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5883FE; }
p { color: rgb(88,131,254); }
H1.HeaderClassName
{
color: #5883FE;
}
.AnyTagClassName
{
color: #5883FE;
}
</style>
background-color css
<style>
a { background-color: #5883FE; }
a { background-color: rgb(88,131,254); }
div.DivClassName
{
background-color: #5883FE;
}
.BgClassName
{
background-color: #5883FE;
}
</style>
border-color css
<style>
span { border-color: #5883FE; }
span { border-color: rgb(88,131,254); }
td.TdClassName
{
border-color: #5883FE;
}
.TagClassName
{
border-color: #5883FE;
}
</style>