Shades of Cornflower Blue #5679FE
Tints of Cornflower Blue #5679FE
RGB
CMYK
RGB Variations
Color information
#5679FE (or 0x5679FE) is known color: Cornflower Blue. HEX triplet: 56, 79 and FE. RGB value is (86,121,254). Sum of RGB (Red+Green+Blue) = 86+121+254=461 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.66% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #5679FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5679FE is #A98601. Grayscale: #7D7D7D. Windows color (decimal): -11109890 or 16677206. OLE color: 16677206.
HSL color Cylindrical-coordinate representation of color #5679FE: hue angle of 227.5º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5679FE is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 121 | 254 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.00 |
| HSL | 227.5º | 0.99% | 0.67% | - |
| HSV(B) | 227.5º | 0.66% | 1% | - |
| XYZ | 28.56 | 22.81 | 96.66 | - |
| YUV | 125.7 | 200.4 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 121 | 254 | 0.66 | 0.52 | 0 | 0.00 | 227.5 | 0.99 | 0.67 |
| Hex | 56 | 79 | FE | 42 | 34 | 0 | 0 | E4 | 63 | 43 |
| Octal | 126 | 171 | 376 | 102 | 64 | 0 | 0 | 344 | 143 | 103 |
| Binary | 1010110 | 1111001 | 11111110 | 1000010 | 110100 | 0 | 0 | 11100100 | 1100011 | 1000011 |
Color Harmonies of #5679FE
Complementary color
Monochromatic Colors of #5679FE
Black with #5679FE
Text Example
Text Example
White with #5679FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5679FE; }
p { color: rgb(86,121,254); }
H1.HeaderClassName
{
color: #5679FE;
}
.AnyTagClassName
{
color: #5679FE;
}
</style>
background-color css
<style>
a { background-color: #5679FE; }
a { background-color: rgb(86,121,254); }
div.DivClassName
{
background-color: #5679FE;
}
.BgClassName
{
background-color: #5679FE;
}
</style>
border-color css
<style>
span { border-color: #5679FE; }
span { border-color: rgb(86,121,254); }
td.TdClassName
{
border-color: #5679FE;
}
.TagClassName
{
border-color: #5679FE;
}
</style>