Shades of Cornflower Blue #567AF6
Tints of Cornflower Blue #567AF6
RGB
CMYK
RGB Variations
Color information
#567AF6 (or 0x567AF6) is known color: Cornflower Blue. HEX triplet: 56, 7A and F6. RGB value is (86,122,246). Sum of RGB (Red+Green+Blue) = 86+122+246=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 246 (96.48% from 255 or 54.19% from 454); Max value from RGB is 246 - color contains mainly: blue. Hex color #567AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567AF6 is #A98509. Grayscale: #7C7C7C. Windows color (decimal): -11109642 or 16153174. OLE color: 16153174.
HSL color Cylindrical-coordinate representation of color #567AF6: hue angle of 226.5º degrees, saturation: 0.9, 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 #567AF6 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 122 | 246 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.04 |
| HSL | 226.5º | 0.9% | 0.65% | - |
| HSV(B) | 226.5º | 0.65% | 0.96% | - |
| XYZ | 27.43 | 22.55 | 90.1 | - |
| YUV | 125.37 | 196.07 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 246 | 0.65 | 0.50 | 0 | 0.04 | 226.5 | 0.9 | 0.65 |
| Hex | 56 | 7A | F6 | 41 | 32 | 0 | 4 | E2 | 5A | 41 |
| Octal | 126 | 172 | 366 | 101 | 62 | 0 | 4 | 342 | 132 | 101 |
| Binary | 1010110 | 1111010 | 11110110 | 1000001 | 110010 | 0 | 100 | 11100010 | 1011010 | 1000001 |
Color Harmonies of #567AF6
Complementary color
Monochromatic Colors of #567AF6
Black with #567AF6
Text Example
Text Example
White with #567AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567AF6; }
p { color: rgb(86,122,246); }
H1.HeaderClassName
{
color: #567AF6;
}
.AnyTagClassName
{
color: #567AF6;
}
</style>
background-color css
<style>
a { background-color: #567AF6; }
a { background-color: rgb(86,122,246); }
div.DivClassName
{
background-color: #567AF6;
}
.BgClassName
{
background-color: #567AF6;
}
</style>
border-color css
<style>
span { border-color: #567AF6; }
span { border-color: rgb(86,122,246); }
td.TdClassName
{
border-color: #567AF6;
}
.TagClassName
{
border-color: #567AF6;
}
</style>