Shades of Cornflower Blue #617FDD
Tints of Cornflower Blue #617FDD
RGB
CMYK
RGB Variations
Color information
#617FDD (or 0x617FDD) is known color: Cornflower Blue. HEX triplet: 61, 7F and DD. RGB value is (97,127,221). Sum of RGB (Red+Green+Blue) = 97+127+221=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #617FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617FDD is #9E8022. Grayscale: #808080. Windows color (decimal): -10387491 or 14516065. OLE color: 14516065.
HSL color Cylindrical-coordinate representation of color #617FDD: hue angle of 225.48º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #617FDD is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 127 | 221 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.13 |
| HSL | 225.48º | 0.65% | 0.62% | - |
| HSV(B) | 225.48º | 0.56% | 0.87% | - |
| XYZ | 25.57 | 22.94 | 71.49 | - |
| YUV | 128.75 | 180.06 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 127 | 221 | 0.56 | 0.43 | 0 | 0.13 | 225.48 | 0.65 | 0.62 |
| Hex | 61 | 7F | DD | 38 | 2B | 0 | D | E1 | 41 | 3E |
| Octal | 141 | 177 | 335 | 70 | 53 | 0 | 15 | 341 | 101 | 76 |
| Binary | 1100001 | 1111111 | 11011101 | 111000 | 101011 | 0 | 1101 | 11100001 | 1000001 | 111110 |
Color Harmonies of #617FDD
Complementary color
Monochromatic Colors of #617FDD
Black with #617FDD
Text Example
Text Example
White with #617FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617FDD; }
p { color: rgb(97,127,221); }
H1.HeaderClassName
{
color: #617FDD;
}
.AnyTagClassName
{
color: #617FDD;
}
</style>
background-color css
<style>
a { background-color: #617FDD; }
a { background-color: rgb(97,127,221); }
div.DivClassName
{
background-color: #617FDD;
}
.BgClassName
{
background-color: #617FDD;
}
</style>
border-color css
<style>
span { border-color: #617FDD; }
span { border-color: rgb(97,127,221); }
td.TdClassName
{
border-color: #617FDD;
}
.TagClassName
{
border-color: #617FDD;
}
</style>