Shades of Cornflower Blue #5883FD
Tints of Cornflower Blue #5883FD
RGB
CMYK
RGB Variations
Color information
#5883FD (or 0x5883FD) is known color: Cornflower Blue. HEX triplet: 58, 83 and FD. RGB value is (88,131,253). Sum of RGB (Red+Green+Blue) = 88+131+253=472 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.64% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #5883FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5883FD is #A77C02. Grayscale: #838383. Windows color (decimal): -10976259 or 16614232. OLE color: 16614232.
HSL color Cylindrical-coordinate representation of color #5883FD: hue angle of 224.36º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5883FD is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 131 | 253 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.01 |
| HSL | 224.36º | 0.98% | 0.67% | - |
| HSV(B) | 224.36º | 0.65% | 0.99% | - |
| XYZ | 29.87 | 25.4 | 96.26 | - |
| YUV | 132.05 | 196.25 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 131 | 253 | 0.65 | 0.48 | 0 | 0.01 | 224.36 | 0.98 | 0.67 |
| Hex | 58 | 83 | FD | 41 | 30 | 0 | 1 | E0 | 62 | 43 |
| Octal | 130 | 203 | 375 | 101 | 60 | 0 | 1 | 340 | 142 | 103 |
| Binary | 1011000 | 10000011 | 11111101 | 1000001 | 110000 | 0 | 1 | 11100000 | 1100010 | 1000011 |
Color Harmonies of #5883FD
Complementary color
Monochromatic Colors of #5883FD
Black with #5883FD
Text Example
Text Example
White with #5883FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5883FD; }
p { color: rgb(88,131,253); }
H1.HeaderClassName
{
color: #5883FD;
}
.AnyTagClassName
{
color: #5883FD;
}
</style>
background-color css
<style>
a { background-color: #5883FD; }
a { background-color: rgb(88,131,253); }
div.DivClassName
{
background-color: #5883FD;
}
.BgClassName
{
background-color: #5883FD;
}
</style>
border-color css
<style>
span { border-color: #5883FD; }
span { border-color: rgb(88,131,253); }
td.TdClassName
{
border-color: #5883FD;
}
.TagClassName
{
border-color: #5883FD;
}
</style>