Shades of Cornflower Blue #569FFC
Tints of Cornflower Blue #569FFC
RGB
CMYK
RGB Variations
Color information
#569FFC (or 0x569FFC) is known color: Cornflower Blue. HEX triplet: 56, 9F and FC. RGB value is (86,159,252). Sum of RGB (Red+Green+Blue) = 86+159+252=497 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.30% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #569FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569FFC is #A96003. Grayscale: #939393. Windows color (decimal): -11100164 or 16555862. OLE color: 16555862.
HSL color Cylindrical-coordinate representation of color #569FFC: hue angle of 213.61º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #569FFC is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 159 | 252 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.01 |
| HSL | 213.61º | 0.97% | 0.66% | - |
| HSV(B) | 213.61º | 0.66% | 0.99% | - |
| XYZ | 33.81 | 33.8 | 96.84 | - |
| YUV | 147.78 | 186.82 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 159 | 252 | 0.66 | 0.37 | 0 | 0.01 | 213.61 | 0.97 | 0.66 |
| Hex | 56 | 9F | FC | 42 | 25 | 0 | 1 | D6 | 61 | 42 |
| Octal | 126 | 237 | 374 | 102 | 45 | 0 | 1 | 326 | 141 | 102 |
| Binary | 1010110 | 10011111 | 11111100 | 1000010 | 100101 | 0 | 1 | 11010110 | 1100001 | 1000010 |
Color Harmonies of #569FFC
Complementary color
Monochromatic Colors of #569FFC
Black with #569FFC
Text Example
Text Example
White with #569FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569FFC; }
p { color: rgb(86,159,252); }
H1.HeaderClassName
{
color: #569FFC;
}
.AnyTagClassName
{
color: #569FFC;
}
</style>
background-color css
<style>
a { background-color: #569FFC; }
a { background-color: rgb(86,159,252); }
div.DivClassName
{
background-color: #569FFC;
}
.BgClassName
{
background-color: #569FFC;
}
</style>
border-color css
<style>
span { border-color: #569FFC; }
span { border-color: rgb(86,159,252); }
td.TdClassName
{
border-color: #569FFC;
}
.TagClassName
{
border-color: #569FFC;
}
</style>