Shades of Cornflower Blue #618BF1
Tints of Cornflower Blue #618BF1
RGB
CMYK
RGB Variations
Color information
#618BF1 (or 0x618BF1) is known color: Cornflower Blue. HEX triplet: 61, 8B and F1. RGB value is (97,139,241). Sum of RGB (Red+Green+Blue) = 97+139+241=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #618BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618BF1 is #9E740E. Grayscale: #898989. Windows color (decimal): -10384399 or 15829857. OLE color: 15829857.
HSL color Cylindrical-coordinate representation of color #618BF1: hue angle of 222.5º 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 #618BF1 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 139 | 241 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.05 |
| HSL | 222.5º | 0.84% | 0.66% | - |
| HSV(B) | 222.5º | 0.6% | 0.95% | - |
| XYZ | 30.04 | 27.36 | 86.92 | - |
| YUV | 138.07 | 186.09 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 241 | 0.60 | 0.42 | 0 | 0.05 | 222.5 | 0.84 | 0.66 |
| Hex | 61 | 8B | F1 | 3C | 2A | 0 | 5 | DE | 54 | 42 |
| Octal | 141 | 213 | 361 | 74 | 52 | 0 | 5 | 336 | 124 | 102 |
| Binary | 1100001 | 10001011 | 11110001 | 111100 | 101010 | 0 | 101 | 11011110 | 1010100 | 1000010 |
Color Harmonies of #618BF1
Complementary color
Monochromatic Colors of #618BF1
Black with #618BF1
Text Example
Text Example
White with #618BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618BF1; }
p { color: rgb(97,139,241); }
H1.HeaderClassName
{
color: #618BF1;
}
.AnyTagClassName
{
color: #618BF1;
}
</style>
background-color css
<style>
a { background-color: #618BF1; }
a { background-color: rgb(97,139,241); }
div.DivClassName
{
background-color: #618BF1;
}
.BgClassName
{
background-color: #618BF1;
}
</style>
border-color css
<style>
span { border-color: #618BF1; }
span { border-color: rgb(97,139,241); }
td.TdClassName
{
border-color: #618BF1;
}
.TagClassName
{
border-color: #618BF1;
}
</style>