Shades of Cornflower Blue #569FFB
Tints of Cornflower Blue #569FFB
RGB
CMYK
RGB Variations
Color information
#569FFB (or 0x569FFB) is known color: Cornflower Blue. HEX triplet: 56, 9F and FB. RGB value is (86,159,251). Sum of RGB (Red+Green+Blue) = 86+159+251=496 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.34% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #569FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569FFB is #A96004. Grayscale: #939393. Windows color (decimal): -11100165 or 16490326. OLE color: 16490326.
HSL color Cylindrical-coordinate representation of color #569FFB: hue angle of 213.45º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #569FFB is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 159 | 251 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.02 |
| HSL | 213.45º | 0.95% | 0.66% | - |
| HSV(B) | 213.45º | 0.66% | 0.98% | - |
| XYZ | 33.65 | 33.74 | 96.01 | - |
| YUV | 147.66 | 186.32 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 159 | 251 | 0.66 | 0.37 | 0 | 0.02 | 213.45 | 0.95 | 0.66 |
| Hex | 56 | 9F | FB | 42 | 25 | 0 | 2 | D5 | 5F | 42 |
| Octal | 126 | 237 | 373 | 102 | 45 | 0 | 2 | 325 | 137 | 102 |
| Binary | 1010110 | 10011111 | 11111011 | 1000010 | 100101 | 0 | 10 | 11010101 | 1011111 | 1000010 |
Color Harmonies of #569FFB
Complementary color
Monochromatic Colors of #569FFB
Black with #569FFB
Text Example
Text Example
White with #569FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569FFB; }
p { color: rgb(86,159,251); }
H1.HeaderClassName
{
color: #569FFB;
}
.AnyTagClassName
{
color: #569FFB;
}
</style>
background-color css
<style>
a { background-color: #569FFB; }
a { background-color: rgb(86,159,251); }
div.DivClassName
{
background-color: #569FFB;
}
.BgClassName
{
background-color: #569FFB;
}
</style>
border-color css
<style>
span { border-color: #569FFB; }
span { border-color: rgb(86,159,251); }
td.TdClassName
{
border-color: #569FFB;
}
.TagClassName
{
border-color: #569FFB;
}
</style>