Shades of Cornflower Blue #567EFF
Tints of Cornflower Blue #567EFF
RGB
CMYK
RGB Variations
Color information
#567EFF (or 0x567EFF) is known color: Cornflower Blue. HEX triplet: 56, 7E and FF. RGB value is (86,126,255). Sum of RGB (Red+Green+Blue) = 86+126+255=467 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.42% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #567EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567EFF is #A98100. Grayscale: #808080. Windows color (decimal): -11108609 or 16744022. OLE color: 16744022.
HSL color Cylindrical-coordinate representation of color #567EFF: hue angle of 225.8º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #567EFF is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 126 | 255 | - |
| CMYK | 0.66 | 0.51 | 0 | 0 |
| HSL | 225.8º | 1% | 0.67% | - |
| HSV(B) | 225.8º | 0.66% | 1% | - |
| XYZ | 29.35 | 24.12 | 97.72 | - |
| YUV | 128.75 | 199.25 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 255 | 0.66 | 0.51 | 0 | 0 | 225.8 | 1 | 0.67 |
| Hex | 56 | 7E | FF | 42 | 33 | 0 | 0 | E2 | 64 | 43 |
| Octal | 126 | 176 | 377 | 102 | 63 | 0 | 0 | 342 | 144 | 103 |
| Binary | 1010110 | 1111110 | 11111111 | 1000010 | 110011 | 0 | 0 | 11100010 | 1100100 | 1000011 |
Color Harmonies of #567EFF
Complementary color
Monochromatic Colors of #567EFF
Black with #567EFF
Text Example
Text Example
White with #567EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567EFF; }
p { color: rgb(86,126,255); }
H1.HeaderClassName
{
color: #567EFF;
}
.AnyTagClassName
{
color: #567EFF;
}
</style>
background-color css
<style>
a { background-color: #567EFF; }
a { background-color: rgb(86,126,255); }
div.DivClassName
{
background-color: #567EFF;
}
.BgClassName
{
background-color: #567EFF;
}
</style>
border-color css
<style>
span { border-color: #567EFF; }
span { border-color: rgb(86,126,255); }
td.TdClassName
{
border-color: #567EFF;
}
.TagClassName
{
border-color: #567EFF;
}
</style>