Shades of Cornflower Blue #5881FB
Tints of Cornflower Blue #5881FB
RGB
CMYK
RGB Variations
Color information
#5881FB (or 0x5881FB) is known color: Cornflower Blue. HEX triplet: 58, 81 and FB. RGB value is (88,129,251). Sum of RGB (Red+Green+Blue) = 88+129+251=468 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.80% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #5881FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5881FB is #A77E04. Grayscale: #828282. Windows color (decimal): -10976773 or 16482648. OLE color: 16482648.
HSL color Cylindrical-coordinate representation of color #5881FB: hue angle of 224.91º 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 #5881FB is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 129 | 251 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.02 |
| HSL | 224.91º | 0.95% | 0.66% | - |
| HSV(B) | 224.91º | 0.65% | 0.98% | - |
| XYZ | 29.29 | 24.74 | 94.5 | - |
| YUV | 130.65 | 195.92 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 129 | 251 | 0.65 | 0.49 | 0 | 0.02 | 224.91 | 0.95 | 0.66 |
| Hex | 58 | 81 | FB | 41 | 31 | 0 | 2 | E1 | 5F | 42 |
| Octal | 130 | 201 | 373 | 101 | 61 | 0 | 2 | 341 | 137 | 102 |
| Binary | 1011000 | 10000001 | 11111011 | 1000001 | 110001 | 0 | 10 | 11100001 | 1011111 | 1000010 |
Color Harmonies of #5881FB
Complementary color
Monochromatic Colors of #5881FB
Black with #5881FB
Text Example
Text Example
White with #5881FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5881FB; }
p { color: rgb(88,129,251); }
H1.HeaderClassName
{
color: #5881FB;
}
.AnyTagClassName
{
color: #5881FB;
}
</style>
background-color css
<style>
a { background-color: #5881FB; }
a { background-color: rgb(88,129,251); }
div.DivClassName
{
background-color: #5881FB;
}
.BgClassName
{
background-color: #5881FB;
}
</style>
border-color css
<style>
span { border-color: #5881FB; }
span { border-color: rgb(88,129,251); }
td.TdClassName
{
border-color: #5881FB;
}
.TagClassName
{
border-color: #5881FB;
}
</style>