Shades of Cornflower Blue #567DFF
Tints of Cornflower Blue #567DFF
RGB
CMYK
RGB Variations
Color information
#567DFF (or 0x567DFF) is known color: Cornflower Blue. HEX triplet: 56, 7D and FF. RGB value is (86,125,255). Sum of RGB (Red+Green+Blue) = 86+125+255=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #567DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567DFF is #A98200. Grayscale: #7F7F7F. Windows color (decimal): -11108865 or 16743766. OLE color: 16743766.
HSL color Cylindrical-coordinate representation of color #567DFF: hue angle of 226.15º 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 #567DFF is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 125 | 255 | - |
| CMYK | 0.66 | 0.51 | 0 | 0 |
| HSL | 226.15º | 1% | 0.67% | - |
| HSV(B) | 226.15º | 0.66% | 1% | - |
| XYZ | 29.22 | 23.87 | 97.67 | - |
| YUV | 128.16 | 199.58 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 255 | 0.66 | 0.51 | 0 | 0 | 226.15 | 1 | 0.67 |
| Hex | 56 | 7D | FF | 42 | 33 | 0 | 0 | E2 | 64 | 43 |
| Octal | 126 | 175 | 377 | 102 | 63 | 0 | 0 | 342 | 144 | 103 |
| Binary | 1010110 | 1111101 | 11111111 | 1000010 | 110011 | 0 | 0 | 11100010 | 1100100 | 1000011 |
Color Harmonies of #567DFF
Complementary color
Monochromatic Colors of #567DFF
Black with #567DFF
Text Example
Text Example
White with #567DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567DFF; }
p { color: rgb(86,125,255); }
H1.HeaderClassName
{
color: #567DFF;
}
.AnyTagClassName
{
color: #567DFF;
}
</style>
background-color css
<style>
a { background-color: #567DFF; }
a { background-color: rgb(86,125,255); }
div.DivClassName
{
background-color: #567DFF;
}
.BgClassName
{
background-color: #567DFF;
}
</style>
border-color css
<style>
span { border-color: #567DFF; }
span { border-color: rgb(86,125,255); }
td.TdClassName
{
border-color: #567DFF;
}
.TagClassName
{
border-color: #567DFF;
}
</style>