Shades of Cornflower Blue #569EFB
Tints of Cornflower Blue #569EFB
RGB
CMYK
RGB Variations
Color information
#569EFB (or 0x569EFB) is known color: Cornflower Blue. HEX triplet: 56, 9E and FB. RGB value is (86,158,251). Sum of RGB (Red+Green+Blue) = 86+158+251=495 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.37% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #569EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569EFB is #A96104. Grayscale: #929292. Windows color (decimal): -11100421 or 16490070. OLE color: 16490070.
HSL color Cylindrical-coordinate representation of color #569EFB: hue angle of 213.82º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #569EFB is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 158 | 251 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.02 |
| HSL | 213.82º | 0.95% | 0.66% | - |
| HSV(B) | 213.82º | 0.66% | 0.98% | - |
| XYZ | 33.48 | 33.4 | 95.95 | - |
| YUV | 147.07 | 186.65 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 158 | 251 | 0.66 | 0.37 | 0 | 0.02 | 213.82 | 0.95 | 0.66 |
| Hex | 56 | 9E | FB | 42 | 25 | 0 | 2 | D6 | 5F | 42 |
| Octal | 126 | 236 | 373 | 102 | 45 | 0 | 2 | 326 | 137 | 102 |
| Binary | 1010110 | 10011110 | 11111011 | 1000010 | 100101 | 0 | 10 | 11010110 | 1011111 | 1000010 |
Color Harmonies of #569EFB
Complementary color
Monochromatic Colors of #569EFB
Black with #569EFB
Text Example
Text Example
White with #569EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569EFB; }
p { color: rgb(86,158,251); }
H1.HeaderClassName
{
color: #569EFB;
}
.AnyTagClassName
{
color: #569EFB;
}
</style>
background-color css
<style>
a { background-color: #569EFB; }
a { background-color: rgb(86,158,251); }
div.DivClassName
{
background-color: #569EFB;
}
.BgClassName
{
background-color: #569EFB;
}
</style>
border-color css
<style>
span { border-color: #569EFB; }
span { border-color: rgb(86,158,251); }
td.TdClassName
{
border-color: #569EFB;
}
.TagClassName
{
border-color: #569EFB;
}
</style>