Shades of Cornflower Blue #5678FF
Tints of Cornflower Blue #5678FF
RGB
CMYK
RGB Variations
Color information
#5678FF (or 0x5678FF) is known color: Cornflower Blue. HEX triplet: 56, 78 and FF. RGB value is (86,120,255). Sum of RGB (Red+Green+Blue) = 86+120+255=461 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.66% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #5678FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5678FF is #A98700. Grayscale: #7C7C7C. Windows color (decimal): -11110145 or 16742486. OLE color: 16742486.
HSL color Cylindrical-coordinate representation of color #5678FF: hue angle of 227.93º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5678FF is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 120 | 255 | - |
| CMYK | 0.66 | 0.53 | 0 | 0 |
| HSL | 227.93º | 1% | 0.67% | - |
| HSV(B) | 227.93º | 0.66% | 1% | - |
| XYZ | 28.6 | 22.63 | 97.47 | - |
| YUV | 125.22 | 201.24 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 255 | 0.66 | 0.53 | 0 | 0 | 227.93 | 1 | 0.67 |
| Hex | 56 | 78 | FF | 42 | 35 | 0 | 0 | E4 | 64 | 43 |
| Octal | 126 | 170 | 377 | 102 | 65 | 0 | 0 | 344 | 144 | 103 |
| Binary | 1010110 | 1111000 | 11111111 | 1000010 | 110101 | 0 | 0 | 11100100 | 1100100 | 1000011 |
Color Harmonies of #5678FF
Complementary color
Monochromatic Colors of #5678FF
Black with #5678FF
Text Example
Text Example
White with #5678FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5678FF; }
p { color: rgb(86,120,255); }
H1.HeaderClassName
{
color: #5678FF;
}
.AnyTagClassName
{
color: #5678FF;
}
</style>
background-color css
<style>
a { background-color: #5678FF; }
a { background-color: rgb(86,120,255); }
div.DivClassName
{
background-color: #5678FF;
}
.BgClassName
{
background-color: #5678FF;
}
</style>
border-color css
<style>
span { border-color: #5678FF; }
span { border-color: rgb(86,120,255); }
td.TdClassName
{
border-color: #5678FF;
}
.TagClassName
{
border-color: #5678FF;
}
</style>