Shades of Cornflower Blue #569DF1
Tints of Cornflower Blue #569DF1
RGB
CMYK
RGB Variations
Color information
#569DF1 (or 0x569DF1) is known color: Cornflower Blue. HEX triplet: 56, 9D and F1. RGB value is (86,157,241). Sum of RGB (Red+Green+Blue) = 86+157+241=484 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.77% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #569DF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569DF1 is #A9620E. Grayscale: #909090. Windows color (decimal): -11100687 or 15834454. OLE color: 15834454.
HSL color Cylindrical-coordinate representation of color #569DF1: hue angle of 212.52º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #569DF1 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 157 | 241 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.05 |
| HSL | 212.52º | 0.85% | 0.64% | - |
| HSV(B) | 212.52º | 0.64% | 0.95% | - |
| XYZ | 31.77 | 32.44 | 87.81 | - |
| YUV | 145.35 | 181.98 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 241 | 0.64 | 0.35 | 0 | 0.05 | 212.52 | 0.85 | 0.64 |
| Hex | 56 | 9D | F1 | 40 | 23 | 0 | 5 | D5 | 55 | 40 |
| Octal | 126 | 235 | 361 | 100 | 43 | 0 | 5 | 325 | 125 | 100 |
| Binary | 1010110 | 10011101 | 11110001 | 1000000 | 100011 | 0 | 101 | 11010101 | 1010101 | 1000000 |
Color Harmonies of #569DF1
Complementary color
Monochromatic Colors of #569DF1
Black with #569DF1
Text Example
Text Example
White with #569DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569DF1; }
p { color: rgb(86,157,241); }
H1.HeaderClassName
{
color: #569DF1;
}
.AnyTagClassName
{
color: #569DF1;
}
</style>
background-color css
<style>
a { background-color: #569DF1; }
a { background-color: rgb(86,157,241); }
div.DivClassName
{
background-color: #569DF1;
}
.BgClassName
{
background-color: #569DF1;
}
</style>
border-color css
<style>
span { border-color: #569DF1; }
span { border-color: rgb(86,157,241); }
td.TdClassName
{
border-color: #569DF1;
}
.TagClassName
{
border-color: #569DF1;
}
</style>