Shades of Cornflower Blue #659CF2
Tints of Cornflower Blue #659CF2
RGB
CMYK
RGB Variations
Color information
#659CF2 (or 0x659CF2) is known color: Cornflower Blue. HEX triplet: 65, 9C and F2. RGB value is (101,156,242). Sum of RGB (Red+Green+Blue) = 101+156+242=499 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.24% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #659CF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #659CF2 is #9A630D. Grayscale: #949494. Windows color (decimal): -10117902 or 15899749. OLE color: 15899749.
HSL color Cylindrical-coordinate representation of color #659CF2: hue angle of 216.6º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #659CF2 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 156 | 242 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.05 |
| HSL | 216.6º | 0.84% | 0.67% | - |
| HSV(B) | 216.6º | 0.58% | 0.95% | - |
| XYZ | 33.28 | 32.95 | 88.61 | - |
| YUV | 149.36 | 180.28 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 242 | 0.58 | 0.36 | 0 | 0.05 | 216.6 | 0.84 | 0.67 |
| Hex | 65 | 9C | F2 | 3A | 24 | 0 | 5 | D9 | 54 | 43 |
| Octal | 145 | 234 | 362 | 72 | 44 | 0 | 5 | 331 | 124 | 103 |
| Binary | 1100101 | 10011100 | 11110010 | 111010 | 100100 | 0 | 101 | 11011001 | 1010100 | 1000011 |
Color Harmonies of #659CF2
Complementary color
Monochromatic Colors of #659CF2
Black with #659CF2
Text Example
Text Example
White with #659CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659CF2; }
p { color: rgb(101,156,242); }
H1.HeaderClassName
{
color: #659CF2;
}
.AnyTagClassName
{
color: #659CF2;
}
</style>
background-color css
<style>
a { background-color: #659CF2; }
a { background-color: rgb(101,156,242); }
div.DivClassName
{
background-color: #659CF2;
}
.BgClassName
{
background-color: #659CF2;
}
</style>
border-color css
<style>
span { border-color: #659CF2; }
span { border-color: rgb(101,156,242); }
td.TdClassName
{
border-color: #659CF2;
}
.TagClassName
{
border-color: #659CF2;
}
</style>