Shades of Cornflower Blue #567DFE
Tints of Cornflower Blue #567DFE
RGB
CMYK
RGB Variations
Color information
#567DFE (or 0x567DFE) is known color: Cornflower Blue. HEX triplet: 56, 7D and FE. RGB value is (86,125,254). Sum of RGB (Red+Green+Blue) = 86+125+254=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #567DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567DFE is #A98201. Grayscale: #7F7F7F. Windows color (decimal): -11108866 or 16678230. OLE color: 16678230.
HSL color Cylindrical-coordinate representation of color #567DFE: hue angle of 226.07º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #567DFE is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 125 | 254 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.00 |
| HSL | 226.07º | 0.99% | 0.67% | - |
| HSV(B) | 226.07º | 0.66% | 1% | - |
| XYZ | 29.06 | 23.8 | 96.83 | - |
| YUV | 128.05 | 199.08 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 254 | 0.66 | 0.51 | 0 | 0.00 | 226.07 | 0.99 | 0.67 |
| Hex | 56 | 7D | FE | 42 | 33 | 0 | 0 | E2 | 63 | 43 |
| Octal | 126 | 175 | 376 | 102 | 63 | 0 | 0 | 342 | 143 | 103 |
| Binary | 1010110 | 1111101 | 11111110 | 1000010 | 110011 | 0 | 0 | 11100010 | 1100011 | 1000011 |
Color Harmonies of #567DFE
Complementary color
Monochromatic Colors of #567DFE
Black with #567DFE
Text Example
Text Example
White with #567DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567DFE; }
p { color: rgb(86,125,254); }
H1.HeaderClassName
{
color: #567DFE;
}
.AnyTagClassName
{
color: #567DFE;
}
</style>
background-color css
<style>
a { background-color: #567DFE; }
a { background-color: rgb(86,125,254); }
div.DivClassName
{
background-color: #567DFE;
}
.BgClassName
{
background-color: #567DFE;
}
</style>
border-color css
<style>
span { border-color: #567DFE; }
span { border-color: rgb(86,125,254); }
td.TdClassName
{
border-color: #567DFE;
}
.TagClassName
{
border-color: #567DFE;
}
</style>