Shades of Cornflower Blue #618CF1
Tints of Cornflower Blue #618CF1
RGB
CMYK
RGB Variations
Color information
#618CF1 (or 0x618CF1) is known color: Cornflower Blue. HEX triplet: 61, 8C and F1. RGB value is (97,140,241). Sum of RGB (Red+Green+Blue) = 97+140+241=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #618CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618CF1 is #9E730E. Grayscale: #8A8A8A. Windows color (decimal): -10384143 or 15830113. OLE color: 15830113.
HSL color Cylindrical-coordinate representation of color #618CF1: hue angle of 222.08º degrees, saturation: 0.84, 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 #618CF1 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 140 | 241 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.05 |
| HSL | 222.08º | 0.84% | 0.66% | - |
| HSV(B) | 222.08º | 0.6% | 0.95% | - |
| XYZ | 30.19 | 27.65 | 86.96 | - |
| YUV | 138.66 | 185.75 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 140 | 241 | 0.60 | 0.42 | 0 | 0.05 | 222.08 | 0.84 | 0.66 |
| Hex | 61 | 8C | F1 | 3C | 2A | 0 | 5 | DE | 54 | 42 |
| Octal | 141 | 214 | 361 | 74 | 52 | 0 | 5 | 336 | 124 | 102 |
| Binary | 1100001 | 10001100 | 11110001 | 111100 | 101010 | 0 | 101 | 11011110 | 1010100 | 1000010 |
Color Harmonies of #618CF1
Complementary color
Monochromatic Colors of #618CF1
Black with #618CF1
Text Example
Text Example
White with #618CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618CF1; }
p { color: rgb(97,140,241); }
H1.HeaderClassName
{
color: #618CF1;
}
.AnyTagClassName
{
color: #618CF1;
}
</style>
background-color css
<style>
a { background-color: #618CF1; }
a { background-color: rgb(97,140,241); }
div.DivClassName
{
background-color: #618CF1;
}
.BgClassName
{
background-color: #618CF1;
}
</style>
border-color css
<style>
span { border-color: #618CF1; }
span { border-color: rgb(97,140,241); }
td.TdClassName
{
border-color: #618CF1;
}
.TagClassName
{
border-color: #618CF1;
}
</style>