Shades of Cornflower Blue #569DF4
Tints of Cornflower Blue #569DF4
RGB
CMYK
RGB Variations
Color information
#569DF4 (or 0x569DF4) is known color: Cornflower Blue. HEX triplet: 56, 9D and F4. RGB value is (86,157,244). Sum of RGB (Red+Green+Blue) = 86+157+244=487 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.66% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #569DF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569DF4 is #A9620B. Grayscale: #919191. Windows color (decimal): -11100684 or 16031062. OLE color: 16031062.
HSL color Cylindrical-coordinate representation of color #569DF4: hue angle of 213.04º 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 #569DF4 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 157 | 244 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.04 |
| HSL | 213.04º | 0.88% | 0.65% | - |
| HSV(B) | 213.04º | 0.65% | 0.96% | - |
| XYZ | 32.22 | 32.62 | 90.19 | - |
| YUV | 145.69 | 183.48 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 244 | 0.65 | 0.36 | 0 | 0.04 | 213.04 | 0.88 | 0.65 |
| Hex | 56 | 9D | F4 | 41 | 24 | 0 | 4 | D5 | 58 | 41 |
| Octal | 126 | 235 | 364 | 101 | 44 | 0 | 4 | 325 | 130 | 101 |
| Binary | 1010110 | 10011101 | 11110100 | 1000001 | 100100 | 0 | 100 | 11010101 | 1011000 | 1000001 |
Color Harmonies of #569DF4
Complementary color
Monochromatic Colors of #569DF4
Black with #569DF4
Text Example
Text Example
White with #569DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569DF4; }
p { color: rgb(86,157,244); }
H1.HeaderClassName
{
color: #569DF4;
}
.AnyTagClassName
{
color: #569DF4;
}
</style>
background-color css
<style>
a { background-color: #569DF4; }
a { background-color: rgb(86,157,244); }
div.DivClassName
{
background-color: #569DF4;
}
.BgClassName
{
background-color: #569DF4;
}
</style>
border-color css
<style>
span { border-color: #569DF4; }
span { border-color: rgb(86,157,244); }
td.TdClassName
{
border-color: #569DF4;
}
.TagClassName
{
border-color: #569DF4;
}
</style>