Shades of Cornflower Blue #567FF2
Tints of Cornflower Blue #567FF2
RGB
CMYK
RGB Variations
Color information
#567FF2 (or 0x567FF2) is known color: Cornflower Blue. HEX triplet: 56, 7F and F2. RGB value is (86,127,242). Sum of RGB (Red+Green+Blue) = 86+127+242=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #567FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567FF2 is #A9800D. Grayscale: #7F7F7F. Windows color (decimal): -11108366 or 15892310. OLE color: 15892310.
HSL color Cylindrical-coordinate representation of color #567FF2: hue angle of 224.23º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #567FF2 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 127 | 242 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.05 |
| HSL | 224.23º | 0.86% | 0.64% | - |
| HSV(B) | 224.23º | 0.64% | 0.95% | - |
| XYZ | 27.45 | 23.57 | 87.11 | - |
| YUV | 127.85 | 192.42 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 242 | 0.64 | 0.48 | 0 | 0.05 | 224.23 | 0.86 | 0.64 |
| Hex | 56 | 7F | F2 | 40 | 30 | 0 | 5 | E0 | 56 | 40 |
| Octal | 126 | 177 | 362 | 100 | 60 | 0 | 5 | 340 | 126 | 100 |
| Binary | 1010110 | 1111111 | 11110010 | 1000000 | 110000 | 0 | 101 | 11100000 | 1010110 | 1000000 |
Color Harmonies of #567FF2
Complementary color
Monochromatic Colors of #567FF2
Black with #567FF2
Text Example
Text Example
White with #567FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567FF2; }
p { color: rgb(86,127,242); }
H1.HeaderClassName
{
color: #567FF2;
}
.AnyTagClassName
{
color: #567FF2;
}
</style>
background-color css
<style>
a { background-color: #567FF2; }
a { background-color: rgb(86,127,242); }
div.DivClassName
{
background-color: #567FF2;
}
.BgClassName
{
background-color: #567FF2;
}
</style>
border-color css
<style>
span { border-color: #567FF2; }
span { border-color: rgb(86,127,242); }
td.TdClassName
{
border-color: #567FF2;
}
.TagClassName
{
border-color: #567FF2;
}
</style>