Shades of Cornflower Blue #5879FD
Tints of Cornflower Blue #5879FD
RGB
CMYK
RGB Variations
Color information
#5879FD (or 0x5879FD) is known color: Cornflower Blue. HEX triplet: 58, 79 and FD. RGB value is (88,121,253). Sum of RGB (Red+Green+Blue) = 88+121+253=462 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.05% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #5879FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5879FD is #A78602. Grayscale: #7D7D7D. Windows color (decimal): -10978819 or 16611672. OLE color: 16611672.
HSL color Cylindrical-coordinate representation of color #5879FD: hue angle of 228º 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 #5879FD is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 121 | 253 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.01 |
| HSL | 228º | 0.98% | 0.67% | - |
| HSV(B) | 228º | 0.65% | 0.99% | - |
| XYZ | 28.59 | 22.84 | 95.83 | - |
| YUV | 126.18 | 199.57 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 121 | 253 | 0.65 | 0.52 | 0 | 0.01 | 228 | 0.98 | 0.67 |
| Hex | 58 | 79 | FD | 41 | 34 | 0 | 1 | E4 | 62 | 43 |
| Octal | 130 | 171 | 375 | 101 | 64 | 0 | 1 | 344 | 142 | 103 |
| Binary | 1011000 | 1111001 | 11111101 | 1000001 | 110100 | 0 | 1 | 11100100 | 1100010 | 1000011 |
Color Harmonies of #5879FD
Complementary color
Monochromatic Colors of #5879FD
Black with #5879FD
Text Example
Text Example
White with #5879FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5879FD; }
p { color: rgb(88,121,253); }
H1.HeaderClassName
{
color: #5879FD;
}
.AnyTagClassName
{
color: #5879FD;
}
</style>
background-color css
<style>
a { background-color: #5879FD; }
a { background-color: rgb(88,121,253); }
div.DivClassName
{
background-color: #5879FD;
}
.BgClassName
{
background-color: #5879FD;
}
</style>
border-color css
<style>
span { border-color: #5879FD; }
span { border-color: rgb(88,121,253); }
td.TdClassName
{
border-color: #5879FD;
}
.TagClassName
{
border-color: #5879FD;
}
</style>