Shades of Cornflower Blue #569CEF
Tints of Cornflower Blue #569CEF
RGB
CMYK
RGB Variations
Color information
#569CEF (or 0x569CEF) is known color: Cornflower Blue. HEX triplet: 56, 9C and EF. RGB value is (86,156,239). Sum of RGB (Red+Green+Blue) = 86+156+239=481 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.88% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #569CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569CEF is #A96310. Grayscale: #909090. Windows color (decimal): -11100945 or 15703126. OLE color: 15703126.
HSL color Cylindrical-coordinate representation of color #569CEF: hue angle of 212.55º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #569CEF is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 156 | 239 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.06 |
| HSL | 212.55º | 0.83% | 0.64% | - |
| HSV(B) | 212.55º | 0.64% | 0.94% | - |
| XYZ | 31.31 | 31.99 | 86.19 | - |
| YUV | 144.53 | 181.31 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 156 | 239 | 0.64 | 0.35 | 0 | 0.06 | 212.55 | 0.83 | 0.64 |
| Hex | 56 | 9C | EF | 40 | 23 | 0 | 6 | D5 | 53 | 40 |
| Octal | 126 | 234 | 357 | 100 | 43 | 0 | 6 | 325 | 123 | 100 |
| Binary | 1010110 | 10011100 | 11101111 | 1000000 | 100011 | 0 | 110 | 11010101 | 1010011 | 1000000 |
Color Harmonies of #569CEF
Complementary color
Monochromatic Colors of #569CEF
Black with #569CEF
Text Example
Text Example
White with #569CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569CEF; }
p { color: rgb(86,156,239); }
H1.HeaderClassName
{
color: #569CEF;
}
.AnyTagClassName
{
color: #569CEF;
}
</style>
background-color css
<style>
a { background-color: #569CEF; }
a { background-color: rgb(86,156,239); }
div.DivClassName
{
background-color: #569CEF;
}
.BgClassName
{
background-color: #569CEF;
}
</style>
border-color css
<style>
span { border-color: #569CEF; }
span { border-color: rgb(86,156,239); }
td.TdClassName
{
border-color: #569CEF;
}
.TagClassName
{
border-color: #569CEF;
}
</style>