Shades of Cornflower Blue #617DF1
Tints of Cornflower Blue #617DF1
RGB
CMYK
RGB Variations
Color information
#617DF1 (or 0x617DF1) is known color: Cornflower Blue. HEX triplet: 61, 7D and F1. RGB value is (97,125,241). Sum of RGB (Red+Green+Blue) = 97+125+241=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #617DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #617DF1 is #9E820E. Grayscale: #818181. Windows color (decimal): -10387983 or 15826273. OLE color: 15826273.
HSL color Cylindrical-coordinate representation of color #617DF1: hue angle of 228.33º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #617DF1 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 125 | 241 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.05 |
| HSL | 228.33º | 0.84% | 0.66% | - |
| HSV(B) | 228.33º | 0.6% | 0.95% | - |
| XYZ | 28.14 | 23.56 | 86.28 | - |
| YUV | 129.85 | 190.72 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 241 | 0.60 | 0.48 | 0 | 0.05 | 228.33 | 0.84 | 0.66 |
| Hex | 61 | 7D | F1 | 3C | 30 | 0 | 5 | E4 | 54 | 42 |
| Octal | 141 | 175 | 361 | 74 | 60 | 0 | 5 | 344 | 124 | 102 |
| Binary | 1100001 | 1111101 | 11110001 | 111100 | 110000 | 0 | 101 | 11100100 | 1010100 | 1000010 |
Color Harmonies of #617DF1
Complementary color
Monochromatic Colors of #617DF1
Black with #617DF1
Text Example
Text Example
White with #617DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617DF1; }
p { color: rgb(97,125,241); }
H1.HeaderClassName
{
color: #617DF1;
}
.AnyTagClassName
{
color: #617DF1;
}
</style>
background-color css
<style>
a { background-color: #617DF1; }
a { background-color: rgb(97,125,241); }
div.DivClassName
{
background-color: #617DF1;
}
.BgClassName
{
background-color: #617DF1;
}
</style>
border-color css
<style>
span { border-color: #617DF1; }
span { border-color: rgb(97,125,241); }
td.TdClassName
{
border-color: #617DF1;
}
.TagClassName
{
border-color: #617DF1;
}
</style>