Shades of Cornflower Blue #569AF4
Tints of Cornflower Blue #569AF4
RGB
CMYK
RGB Variations
Color information
#569AF4 (or 0x569AF4) is known color: Cornflower Blue. HEX triplet: 56, 9A and F4. RGB value is (86,154,244). Sum of RGB (Red+Green+Blue) = 86+154+244=484 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.77% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #569AF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569AF4 is #A9650B. Grayscale: #8F8F8F. Windows color (decimal): -11101452 or 16030294. OLE color: 16030294.
HSL color Cylindrical-coordinate representation of color #569AF4: hue angle of 214.18º degrees, saturation: 0.88, 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 #569AF4 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 154 | 244 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.04 |
| HSL | 214.18º | 0.88% | 0.65% | - |
| HSV(B) | 214.18º | 0.65% | 0.96% | - |
| XYZ | 31.72 | 31.62 | 90.02 | - |
| YUV | 143.93 | 184.47 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 154 | 244 | 0.65 | 0.37 | 0 | 0.04 | 214.18 | 0.88 | 0.65 |
| Hex | 56 | 9A | F4 | 41 | 25 | 0 | 4 | D6 | 58 | 41 |
| Octal | 126 | 232 | 364 | 101 | 45 | 0 | 4 | 326 | 130 | 101 |
| Binary | 1010110 | 10011010 | 11110100 | 1000001 | 100101 | 0 | 100 | 11010110 | 1011000 | 1000001 |
Color Harmonies of #569AF4
Complementary color
Monochromatic Colors of #569AF4
Black with #569AF4
Text Example
Text Example
White with #569AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569AF4; }
p { color: rgb(86,154,244); }
H1.HeaderClassName
{
color: #569AF4;
}
.AnyTagClassName
{
color: #569AF4;
}
</style>
background-color css
<style>
a { background-color: #569AF4; }
a { background-color: rgb(86,154,244); }
div.DivClassName
{
background-color: #569AF4;
}
.BgClassName
{
background-color: #569AF4;
}
</style>
border-color css
<style>
span { border-color: #569AF4; }
span { border-color: rgb(86,154,244); }
td.TdClassName
{
border-color: #569AF4;
}
.TagClassName
{
border-color: #569AF4;
}
</style>