Shades of Cornflower Blue #569DF6
Tints of Cornflower Blue #569DF6
RGB
CMYK
RGB Variations
Color information
#569DF6 (or 0x569DF6) is known color: Cornflower Blue. HEX triplet: 56, 9D and F6. RGB value is (86,157,246). Sum of RGB (Red+Green+Blue) = 86+157+246=489 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.59% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #569DF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569DF6 is #A96209. Grayscale: #919191. Windows color (decimal): -11100682 or 16162134. OLE color: 16162134.
HSL color Cylindrical-coordinate representation of color #569DF6: hue angle of 213.38º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #569DF6 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 157 | 246 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.04 |
| HSL | 213.38º | 0.9% | 0.65% | - |
| HSV(B) | 213.38º | 0.65% | 0.96% | - |
| XYZ | 32.53 | 32.75 | 91.79 | - |
| YUV | 145.92 | 184.48 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 246 | 0.65 | 0.36 | 0 | 0.04 | 213.38 | 0.9 | 0.65 |
| Hex | 56 | 9D | F6 | 41 | 24 | 0 | 4 | D5 | 5A | 41 |
| Octal | 126 | 235 | 366 | 101 | 44 | 0 | 4 | 325 | 132 | 101 |
| Binary | 1010110 | 10011101 | 11110110 | 1000001 | 100100 | 0 | 100 | 11010101 | 1011010 | 1000001 |
Color Harmonies of #569DF6
Complementary color
Monochromatic Colors of #569DF6
Black with #569DF6
Text Example
Text Example
White with #569DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569DF6; }
p { color: rgb(86,157,246); }
H1.HeaderClassName
{
color: #569DF6;
}
.AnyTagClassName
{
color: #569DF6;
}
</style>
background-color css
<style>
a { background-color: #569DF6; }
a { background-color: rgb(86,157,246); }
div.DivClassName
{
background-color: #569DF6;
}
.BgClassName
{
background-color: #569DF6;
}
</style>
border-color css
<style>
span { border-color: #569DF6; }
span { border-color: rgb(86,157,246); }
td.TdClassName
{
border-color: #569DF6;
}
.TagClassName
{
border-color: #569DF6;
}
</style>