Shades of Cornflower Blue #569DF8
Tints of Cornflower Blue #569DF8
RGB
CMYK
RGB Variations
Color information
#569DF8 (or 0x569DF8) is known color: Cornflower Blue. HEX triplet: 56, 9D and F8. RGB value is (86,157,248). Sum of RGB (Red+Green+Blue) = 86+157+248=491 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.52% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #569DF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569DF8 is #A96207. Grayscale: #919191. Windows color (decimal): -11100680 or 16293206. OLE color: 16293206.
HSL color Cylindrical-coordinate representation of color #569DF8: hue angle of 213.7º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #569DF8 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 86 | 157 | 248 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.03 |
| HSL | 213.7º | 0.92% | 0.65% | - |
| HSV(B) | 213.7º | 0.65% | 0.97% | - |
| XYZ | 32.84 | 32.87 | 93.42 | - |
| YUV | 146.15 | 185.48 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 248 | 0.65 | 0.37 | 0 | 0.03 | 213.7 | 0.92 | 0.65 |
| Hex | 56 | 9D | F8 | 41 | 25 | 0 | 3 | D6 | 5C | 41 |
| Octal | 126 | 235 | 370 | 101 | 45 | 0 | 3 | 326 | 134 | 101 |
| Binary | 1010110 | 10011101 | 11111000 | 1000001 | 100101 | 0 | 11 | 11010110 | 1011100 | 1000001 |
Color Harmonies of #569DF8
Complementary color
Monochromatic Colors of #569DF8
Black with #569DF8
Text Example
Text Example
White with #569DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569DF8; }
p { color: rgb(86,157,248); }
H1.HeaderClassName
{
color: #569DF8;
}
.AnyTagClassName
{
color: #569DF8;
}
</style>
background-color css
<style>
a { background-color: #569DF8; }
a { background-color: rgb(86,157,248); }
div.DivClassName
{
background-color: #569DF8;
}
.BgClassName
{
background-color: #569DF8;
}
</style>
border-color css
<style>
span { border-color: #569DF8; }
span { border-color: rgb(86,157,248); }
td.TdClassName
{
border-color: #569DF8;
}
.TagClassName
{
border-color: #569DF8;
}
</style>