Shades of Cornflower Blue #618DF0
Tints of Cornflower Blue #618DF0
RGB
CMYK
RGB Variations
Color information
#618DF0 (or 0x618DF0) is known color: Cornflower Blue. HEX triplet: 61, 8D and F0. RGB value is (97,141,240). Sum of RGB (Red+Green+Blue) = 97+141+240=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #618DF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618DF0 is #9E720F. Grayscale: #8A8A8A. Windows color (decimal): -10383888 or 15764833. OLE color: 15764833.
HSL color Cylindrical-coordinate representation of color #618DF0: hue angle of 221.54º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #618DF0 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 141 | 240 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.06 |
| HSL | 221.54º | 0.83% | 0.66% | - |
| HSV(B) | 221.54º | 0.6% | 0.94% | - |
| XYZ | 30.18 | 27.88 | 86.23 | - |
| YUV | 139.13 | 184.92 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 240 | 0.60 | 0.41 | 0 | 0.06 | 221.54 | 0.83 | 0.66 |
| Hex | 61 | 8D | F0 | 3C | 29 | 0 | 6 | DE | 53 | 42 |
| Octal | 141 | 215 | 360 | 74 | 51 | 0 | 6 | 336 | 123 | 102 |
| Binary | 1100001 | 10001101 | 11110000 | 111100 | 101001 | 0 | 110 | 11011110 | 1010011 | 1000010 |
Color Harmonies of #618DF0
Complementary color
Monochromatic Colors of #618DF0
Black with #618DF0
Text Example
Text Example
White with #618DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618DF0; }
p { color: rgb(97,141,240); }
H1.HeaderClassName
{
color: #618DF0;
}
.AnyTagClassName
{
color: #618DF0;
}
</style>
background-color css
<style>
a { background-color: #618DF0; }
a { background-color: rgb(97,141,240); }
div.DivClassName
{
background-color: #618DF0;
}
.BgClassName
{
background-color: #618DF0;
}
</style>
border-color css
<style>
span { border-color: #618DF0; }
span { border-color: rgb(97,141,240); }
td.TdClassName
{
border-color: #618DF0;
}
.TagClassName
{
border-color: #618DF0;
}
</style>