Shades of Cornflower Blue #618EF2
Tints of Cornflower Blue #618EF2
RGB
CMYK
RGB Variations
Color information
#618EF2 (or 0x618EF2) is known color: Cornflower Blue. HEX triplet: 61, 8E and F2. RGB value is (97,142,242). Sum of RGB (Red+Green+Blue) = 97+142+242=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #618EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618EF2 is #9E710D. Grayscale: #8B8B8B. Windows color (decimal): -10383630 or 15896161. OLE color: 15896161.
HSL color Cylindrical-coordinate representation of color #618EF2: hue angle of 221.38º 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 #618EF2 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 142 | 242 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.05 |
| HSL | 221.38º | 0.85% | 0.66% | - |
| HSV(B) | 221.38º | 0.6% | 0.95% | - |
| XYZ | 30.63 | 28.3 | 87.85 | - |
| YUV | 139.95 | 185.59 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 142 | 242 | 0.60 | 0.41 | 0 | 0.05 | 221.38 | 0.85 | 0.66 |
| Hex | 61 | 8E | F2 | 3C | 29 | 0 | 5 | DD | 55 | 42 |
| Octal | 141 | 216 | 362 | 74 | 51 | 0 | 5 | 335 | 125 | 102 |
| Binary | 1100001 | 10001110 | 11110010 | 111100 | 101001 | 0 | 101 | 11011101 | 1010101 | 1000010 |
Color Harmonies of #618EF2
Complementary color
Monochromatic Colors of #618EF2
Black with #618EF2
Text Example
Text Example
White with #618EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618EF2; }
p { color: rgb(97,142,242); }
H1.HeaderClassName
{
color: #618EF2;
}
.AnyTagClassName
{
color: #618EF2;
}
</style>
background-color css
<style>
a { background-color: #618EF2; }
a { background-color: rgb(97,142,242); }
div.DivClassName
{
background-color: #618EF2;
}
.BgClassName
{
background-color: #618EF2;
}
</style>
border-color css
<style>
span { border-color: #618EF2; }
span { border-color: rgb(97,142,242); }
td.TdClassName
{
border-color: #618EF2;
}
.TagClassName
{
border-color: #618EF2;
}
</style>