Shades of Cornflower Blue #567CFA
Tints of Cornflower Blue #567CFA
RGB
CMYK
RGB Variations
Color information
#567CFA (or 0x567CFA) is known color: Cornflower Blue. HEX triplet: 56, 7C and FA. RGB value is (86,124,250). Sum of RGB (Red+Green+Blue) = 86+124+250=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #567CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567CFA is #A98305. Grayscale: #7E7E7E. Windows color (decimal): -11109126 or 16415830. OLE color: 16415830.
HSL color Cylindrical-coordinate representation of color #567CFA: hue angle of 226.1º degrees, saturation: 0.94, 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 #567CFA is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 124 | 250 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.02 |
| HSL | 226.1º | 0.94% | 0.66% | - |
| HSV(B) | 226.1º | 0.66% | 0.98% | - |
| XYZ | 28.3 | 23.3 | 93.45 | - |
| YUV | 127 | 197.41 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 250 | 0.66 | 0.50 | 0 | 0.02 | 226.1 | 0.94 | 0.66 |
| Hex | 56 | 7C | FA | 42 | 32 | 0 | 2 | E2 | 5E | 42 |
| Octal | 126 | 174 | 372 | 102 | 62 | 0 | 2 | 342 | 136 | 102 |
| Binary | 1010110 | 1111100 | 11111010 | 1000010 | 110010 | 0 | 10 | 11100010 | 1011110 | 1000010 |
Color Harmonies of #567CFA
Complementary color
Monochromatic Colors of #567CFA
Black with #567CFA
Text Example
Text Example
White with #567CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567CFA; }
p { color: rgb(86,124,250); }
H1.HeaderClassName
{
color: #567CFA;
}
.AnyTagClassName
{
color: #567CFA;
}
</style>
background-color css
<style>
a { background-color: #567CFA; }
a { background-color: rgb(86,124,250); }
div.DivClassName
{
background-color: #567CFA;
}
.BgClassName
{
background-color: #567CFA;
}
</style>
border-color css
<style>
span { border-color: #567CFA; }
span { border-color: rgb(86,124,250); }
td.TdClassName
{
border-color: #567CFA;
}
.TagClassName
{
border-color: #567CFA;
}
</style>