Shades of Cornflower Blue #567FDF
Tints of Cornflower Blue #567FDF
RGB
CMYK
RGB Variations
Color information
#567FDF (or 0x567FDF) is known color: Cornflower Blue. HEX triplet: 56, 7F and DF. RGB value is (86,127,223). Sum of RGB (Red+Green+Blue) = 86+127+223=436 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.72% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #567FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567FDF is #A98020. Grayscale: #7D7D7D. Windows color (decimal): -11108385 or 14647126. OLE color: 14647126.
HSL color Cylindrical-coordinate representation of color #567FDF: hue angle of 222.04º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #567FDF is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 127 | 223 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.13 |
| HSL | 222.04º | 0.68% | 0.61% | - |
| HSV(B) | 222.04º | 0.61% | 0.87% | - |
| XYZ | 24.75 | 22.48 | 72.85 | - |
| YUV | 125.69 | 182.92 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 223 | 0.61 | 0.43 | 0 | 0.13 | 222.04 | 0.68 | 0.61 |
| Hex | 56 | 7F | DF | 3D | 2B | 0 | D | DE | 44 | 3D |
| Octal | 126 | 177 | 337 | 75 | 53 | 0 | 15 | 336 | 104 | 75 |
| Binary | 1010110 | 1111111 | 11011111 | 111101 | 101011 | 0 | 1101 | 11011110 | 1000100 | 111101 |
Color Harmonies of #567FDF
Complementary color
Monochromatic Colors of #567FDF
Black with #567FDF
Text Example
Text Example
White with #567FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567FDF; }
p { color: rgb(86,127,223); }
H1.HeaderClassName
{
color: #567FDF;
}
.AnyTagClassName
{
color: #567FDF;
}
</style>
background-color css
<style>
a { background-color: #567FDF; }
a { background-color: rgb(86,127,223); }
div.DivClassName
{
background-color: #567FDF;
}
.BgClassName
{
background-color: #567FDF;
}
</style>
border-color css
<style>
span { border-color: #567FDF; }
span { border-color: rgb(86,127,223); }
td.TdClassName
{
border-color: #567FDF;
}
.TagClassName
{
border-color: #567FDF;
}
</style>