Shades of Cornflower Blue #618DEA
Tints of Cornflower Blue #618DEA
RGB
CMYK
RGB Variations
Color information
#618DEA (or 0x618DEA) is known color: Cornflower Blue. HEX triplet: 61, 8D and EA. RGB value is (97,141,234). Sum of RGB (Red+Green+Blue) = 97+141+234=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #618DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618DEA is #9E7215. Grayscale: #8A8A8A. Windows color (decimal): -10383894 or 15371617. OLE color: 15371617.
HSL color Cylindrical-coordinate representation of color #618DEA: hue angle of 220.73º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #618DEA is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 141 | 234 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.08 |
| HSL | 220.73º | 0.77% | 0.65% | - |
| HSV(B) | 220.73º | 0.59% | 0.92% | - |
| XYZ | 29.31 | 27.53 | 81.61 | - |
| YUV | 138.45 | 181.92 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 234 | 0.59 | 0.40 | 0 | 0.08 | 220.73 | 0.77 | 0.65 |
| Hex | 61 | 8D | EA | 3B | 28 | 0 | 8 | DD | 4D | 41 |
| Octal | 141 | 215 | 352 | 73 | 50 | 0 | 10 | 335 | 115 | 101 |
| Binary | 1100001 | 10001101 | 11101010 | 111011 | 101000 | 0 | 1000 | 11011101 | 1001101 | 1000001 |
Color Harmonies of #618DEA
Complementary color
Monochromatic Colors of #618DEA
Black with #618DEA
Text Example
Text Example
White with #618DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618DEA; }
p { color: rgb(97,141,234); }
H1.HeaderClassName
{
color: #618DEA;
}
.AnyTagClassName
{
color: #618DEA;
}
</style>
background-color css
<style>
a { background-color: #618DEA; }
a { background-color: rgb(97,141,234); }
div.DivClassName
{
background-color: #618DEA;
}
.BgClassName
{
background-color: #618DEA;
}
</style>
border-color css
<style>
span { border-color: #618DEA; }
span { border-color: rgb(97,141,234); }
td.TdClassName
{
border-color: #618DEA;
}
.TagClassName
{
border-color: #618DEA;
}
</style>