Shades of Cornflower Blue #617CF2
Tints of Cornflower Blue #617CF2
RGB
CMYK
RGB Variations
Color information
#617CF2 (or 0x617CF2) is known color: Cornflower Blue. HEX triplet: 61, 7C and F2. RGB value is (97,124,242). Sum of RGB (Red+Green+Blue) = 97+124+242=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #617CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #617CF2 is #9E830D. Grayscale: #808080. Windows color (decimal): -10388238 or 15891553. OLE color: 15891553.
HSL color Cylindrical-coordinate representation of color #617CF2: hue angle of 228.83º degrees, saturation: 0.85, 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 #617CF2 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 124 | 242 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.05 |
| HSL | 228.83º | 0.85% | 0.66% | - |
| HSV(B) | 228.83º | 0.6% | 0.95% | - |
| XYZ | 28.16 | 23.37 | 87.03 | - |
| YUV | 129.38 | 191.55 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 242 | 0.60 | 0.49 | 0 | 0.05 | 228.83 | 0.85 | 0.66 |
| Hex | 61 | 7C | F2 | 3C | 31 | 0 | 5 | E5 | 55 | 42 |
| Octal | 141 | 174 | 362 | 74 | 61 | 0 | 5 | 345 | 125 | 102 |
| Binary | 1100001 | 1111100 | 11110010 | 111100 | 110001 | 0 | 101 | 11100101 | 1010101 | 1000010 |
Color Harmonies of #617CF2
Complementary color
Monochromatic Colors of #617CF2
Black with #617CF2
Text Example
Text Example
White with #617CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617CF2; }
p { color: rgb(97,124,242); }
H1.HeaderClassName
{
color: #617CF2;
}
.AnyTagClassName
{
color: #617CF2;
}
</style>
background-color css
<style>
a { background-color: #617CF2; }
a { background-color: rgb(97,124,242); }
div.DivClassName
{
background-color: #617CF2;
}
.BgClassName
{
background-color: #617CF2;
}
</style>
border-color css
<style>
span { border-color: #617CF2; }
span { border-color: rgb(97,124,242); }
td.TdClassName
{
border-color: #617CF2;
}
.TagClassName
{
border-color: #617CF2;
}
</style>