Shades of Cornflower Blue #617EDC
Tints of Cornflower Blue #617EDC
RGB
CMYK
RGB Variations
Color information
#617EDC (or 0x617EDC) is known color: Cornflower Blue. HEX triplet: 61, 7E and DC. RGB value is (97,126,220). Sum of RGB (Red+Green+Blue) = 97+126+220=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #617EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617EDC is #9E8123. Grayscale: #7F7F7F. Windows color (decimal): -10387748 or 14450273. OLE color: 14450273.
HSL color Cylindrical-coordinate representation of color #617EDC: hue angle of 225.85º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #617EDC is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 126 | 220 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.14 |
| HSL | 225.85º | 0.64% | 0.62% | - |
| HSV(B) | 225.85º | 0.56% | 0.86% | - |
| XYZ | 25.31 | 22.63 | 70.74 | - |
| YUV | 128.05 | 179.89 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 220 | 0.56 | 0.43 | 0 | 0.14 | 225.85 | 0.64 | 0.62 |
| Hex | 61 | 7E | DC | 38 | 2B | 0 | E | E2 | 40 | 3E |
| Octal | 141 | 176 | 334 | 70 | 53 | 0 | 16 | 342 | 100 | 76 |
| Binary | 1100001 | 1111110 | 11011100 | 111000 | 101011 | 0 | 1110 | 11100010 | 1000000 | 111110 |
Color Harmonies of #617EDC
Complementary color
Monochromatic Colors of #617EDC
Black with #617EDC
Text Example
Text Example
White with #617EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617EDC; }
p { color: rgb(97,126,220); }
H1.HeaderClassName
{
color: #617EDC;
}
.AnyTagClassName
{
color: #617EDC;
}
</style>
background-color css
<style>
a { background-color: #617EDC; }
a { background-color: rgb(97,126,220); }
div.DivClassName
{
background-color: #617EDC;
}
.BgClassName
{
background-color: #617EDC;
}
</style>
border-color css
<style>
span { border-color: #617EDC; }
span { border-color: rgb(97,126,220); }
td.TdClassName
{
border-color: #617EDC;
}
.TagClassName
{
border-color: #617EDC;
}
</style>