Shades of Cornflower Blue #618EDA
Tints of Cornflower Blue #618EDA
RGB
CMYK
RGB Variations
Color information
#618EDA (or 0x618EDA) is known color: Cornflower Blue. HEX triplet: 61, 8E and DA. RGB value is (97,142,218). Sum of RGB (Red+Green+Blue) = 97+142+218=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #618EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618EDA is #9E7125. Grayscale: #888888. Windows color (decimal): -10383654 or 14323297. OLE color: 14323297.
HSL color Cylindrical-coordinate representation of color #618EDA: hue angle of 217.69º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #618EDA is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 142 | 218 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.15 |
| HSL | 217.69º | 0.62% | 0.62% | - |
| HSV(B) | 217.69º | 0.56% | 0.85% | - |
| XYZ | 27.26 | 26.95 | 70.09 | - |
| YUV | 137.21 | 173.59 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 142 | 218 | 0.56 | 0.35 | 0 | 0.15 | 217.69 | 0.62 | 0.62 |
| Hex | 61 | 8E | DA | 38 | 23 | 0 | F | DA | 3E | 3E |
| Octal | 141 | 216 | 332 | 70 | 43 | 0 | 17 | 332 | 76 | 76 |
| Binary | 1100001 | 10001110 | 11011010 | 111000 | 100011 | 0 | 1111 | 11011010 | 111110 | 111110 |
Color Harmonies of #618EDA
Complementary color
Monochromatic Colors of #618EDA
Black with #618EDA
Text Example
Text Example
White with #618EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618EDA; }
p { color: rgb(97,142,218); }
H1.HeaderClassName
{
color: #618EDA;
}
.AnyTagClassName
{
color: #618EDA;
}
</style>
background-color css
<style>
a { background-color: #618EDA; }
a { background-color: rgb(97,142,218); }
div.DivClassName
{
background-color: #618EDA;
}
.BgClassName
{
background-color: #618EDA;
}
</style>
border-color css
<style>
span { border-color: #618EDA; }
span { border-color: rgb(97,142,218); }
td.TdClassName
{
border-color: #618EDA;
}
.TagClassName
{
border-color: #618EDA;
}
</style>