Shades of Cornflower Blue #618BDA
Tints of Cornflower Blue #618BDA
RGB
CMYK
RGB Variations
Color information
#618BDA (or 0x618BDA) is known color: Cornflower Blue. HEX triplet: 61, 8B and DA. RGB value is (97,139,218). Sum of RGB (Red+Green+Blue) = 97+139+218=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #618BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618BDA is #9E7425. Grayscale: #878787. Windows color (decimal): -10384422 or 14322529. OLE color: 14322529.
HSL color Cylindrical-coordinate representation of color #618BDA: hue angle of 219.17º 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 #618BDA is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 139 | 218 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.15 |
| HSL | 219.17º | 0.62% | 0.62% | - |
| HSV(B) | 219.17º | 0.56% | 0.85% | - |
| XYZ | 26.82 | 26.07 | 69.95 | - |
| YUV | 135.45 | 174.59 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 218 | 0.56 | 0.36 | 0 | 0.15 | 219.17 | 0.62 | 0.62 |
| Hex | 61 | 8B | DA | 38 | 24 | 0 | F | DB | 3E | 3E |
| Octal | 141 | 213 | 332 | 70 | 44 | 0 | 17 | 333 | 76 | 76 |
| Binary | 1100001 | 10001011 | 11011010 | 111000 | 100100 | 0 | 1111 | 11011011 | 111110 | 111110 |
Color Harmonies of #618BDA
Complementary color
Monochromatic Colors of #618BDA
Black with #618BDA
Text Example
Text Example
White with #618BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618BDA; }
p { color: rgb(97,139,218); }
H1.HeaderClassName
{
color: #618BDA;
}
.AnyTagClassName
{
color: #618BDA;
}
</style>
background-color css
<style>
a { background-color: #618BDA; }
a { background-color: rgb(97,139,218); }
div.DivClassName
{
background-color: #618BDA;
}
.BgClassName
{
background-color: #618BDA;
}
</style>
border-color css
<style>
span { border-color: #618BDA; }
span { border-color: rgb(97,139,218); }
td.TdClassName
{
border-color: #618BDA;
}
.TagClassName
{
border-color: #618BDA;
}
</style>