Shades of Cornflower Blue #569DEF
Tints of Cornflower Blue #569DEF
RGB
CMYK
RGB Variations
Color information
#569DEF (or 0x569DEF) is known color: Cornflower Blue. HEX triplet: 56, 9D and EF. RGB value is (86,157,239). Sum of RGB (Red+Green+Blue) = 86+157+239=482 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.84% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #569DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569DEF is #A96210. Grayscale: #909090. Windows color (decimal): -11100689 or 15703382. OLE color: 15703382.
HSL color Cylindrical-coordinate representation of color #569DEF: hue angle of 212.16º 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 #569DEF is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 157 | 239 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.06 |
| HSL | 212.16º | 0.83% | 0.64% | - |
| HSV(B) | 212.16º | 0.64% | 0.94% | - |
| XYZ | 31.47 | 32.32 | 86.24 | - |
| YUV | 145.12 | 180.98 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 239 | 0.64 | 0.34 | 0 | 0.06 | 212.16 | 0.83 | 0.64 |
| Hex | 56 | 9D | EF | 40 | 22 | 0 | 6 | D4 | 53 | 40 |
| Octal | 126 | 235 | 357 | 100 | 42 | 0 | 6 | 324 | 123 | 100 |
| Binary | 1010110 | 10011101 | 11101111 | 1000000 | 100010 | 0 | 110 | 11010100 | 1010011 | 1000000 |
Color Harmonies of #569DEF
Complementary color
Monochromatic Colors of #569DEF
Black with #569DEF
Text Example
Text Example
White with #569DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569DEF; }
p { color: rgb(86,157,239); }
H1.HeaderClassName
{
color: #569DEF;
}
.AnyTagClassName
{
color: #569DEF;
}
</style>
background-color css
<style>
a { background-color: #569DEF; }
a { background-color: rgb(86,157,239); }
div.DivClassName
{
background-color: #569DEF;
}
.BgClassName
{
background-color: #569DEF;
}
</style>
border-color css
<style>
span { border-color: #569DEF; }
span { border-color: rgb(86,157,239); }
td.TdClassName
{
border-color: #569DEF;
}
.TagClassName
{
border-color: #569DEF;
}
</style>