Shades of Cornflower Blue #567DED
Tints of Cornflower Blue #567DED
RGB
CMYK
RGB Variations
Color information
#567DED (or 0x567DED) is known color: Cornflower Blue. HEX triplet: 56, 7D and ED. RGB value is (86,125,237). Sum of RGB (Red+Green+Blue) = 86+125+237=448 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.20% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #567DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567DED is #A98212. Grayscale: #7D7D7D. Windows color (decimal): -11108883 or 15564118. OLE color: 15564118.
HSL color Cylindrical-coordinate representation of color #567DED: hue angle of 224.5º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #567DED is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 125 | 237 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.07 |
| HSL | 224.5º | 0.81% | 0.63% | - |
| HSV(B) | 224.5º | 0.64% | 0.93% | - |
| XYZ | 26.46 | 22.76 | 83.12 | - |
| YUV | 126.11 | 190.58 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 237 | 0.64 | 0.47 | 0 | 0.07 | 224.5 | 0.81 | 0.63 |
| Hex | 56 | 7D | ED | 40 | 2F | 0 | 7 | E1 | 51 | 3F |
| Octal | 126 | 175 | 355 | 100 | 57 | 0 | 7 | 341 | 121 | 77 |
| Binary | 1010110 | 1111101 | 11101101 | 1000000 | 101111 | 0 | 111 | 11100001 | 1010001 | 111111 |
Color Harmonies of #567DED
Complementary color
Monochromatic Colors of #567DED
Black with #567DED
Text Example
Text Example
White with #567DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567DED; }
p { color: rgb(86,125,237); }
H1.HeaderClassName
{
color: #567DED;
}
.AnyTagClassName
{
color: #567DED;
}
</style>
background-color css
<style>
a { background-color: #567DED; }
a { background-color: rgb(86,125,237); }
div.DivClassName
{
background-color: #567DED;
}
.BgClassName
{
background-color: #567DED;
}
</style>
border-color css
<style>
span { border-color: #567DED; }
span { border-color: rgb(86,125,237); }
td.TdClassName
{
border-color: #567DED;
}
.TagClassName
{
border-color: #567DED;
}
</style>