Shades of Cornflower Blue #5881FD
Tints of Cornflower Blue #5881FD
RGB
CMYK
RGB Variations
Color information
#5881FD (or 0x5881FD) is known color: Cornflower Blue. HEX triplet: 58, 81 and FD. RGB value is (88,129,253). Sum of RGB (Red+Green+Blue) = 88+129+253=470 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.72% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #5881FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5881FD is #A77E02. Grayscale: #828282. Windows color (decimal): -10976771 or 16613720. OLE color: 16613720.
HSL color Cylindrical-coordinate representation of color #5881FD: hue angle of 225.09º 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 #5881FD is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 129 | 253 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.01 |
| HSL | 225.09º | 0.98% | 0.67% | - |
| HSV(B) | 225.09º | 0.65% | 0.99% | - |
| XYZ | 29.6 | 24.87 | 96.17 | - |
| YUV | 130.88 | 196.92 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 129 | 253 | 0.65 | 0.49 | 0 | 0.01 | 225.09 | 0.98 | 0.67 |
| Hex | 58 | 81 | FD | 41 | 31 | 0 | 1 | E1 | 62 | 43 |
| Octal | 130 | 201 | 375 | 101 | 61 | 0 | 1 | 341 | 142 | 103 |
| Binary | 1011000 | 10000001 | 11111101 | 1000001 | 110001 | 0 | 1 | 11100001 | 1100010 | 1000011 |
Color Harmonies of #5881FD
Complementary color
Monochromatic Colors of #5881FD
Black with #5881FD
Text Example
Text Example
White with #5881FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5881FD; }
p { color: rgb(88,129,253); }
H1.HeaderClassName
{
color: #5881FD;
}
.AnyTagClassName
{
color: #5881FD;
}
</style>
background-color css
<style>
a { background-color: #5881FD; }
a { background-color: rgb(88,129,253); }
div.DivClassName
{
background-color: #5881FD;
}
.BgClassName
{
background-color: #5881FD;
}
</style>
border-color css
<style>
span { border-color: #5881FD; }
span { border-color: rgb(88,129,253); }
td.TdClassName
{
border-color: #5881FD;
}
.TagClassName
{
border-color: #5881FD;
}
</style>