Shades of Cornflower Blue #659CE7
Tints of Cornflower Blue #659CE7
RGB
CMYK
RGB Variations
Color information
#659CE7 (or 0x659CE7) is known color: Cornflower Blue. HEX triplet: 65, 9C and E7. RGB value is (101,156,231). Sum of RGB (Red+Green+Blue) = 101+156+231=488 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.70% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #659CE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #659CE7 is #9A6318. Grayscale: #939393. Windows color (decimal): -10117913 or 15178853. OLE color: 15178853.
HSL color Cylindrical-coordinate representation of color #659CE7: hue angle of 214.62º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #659CE7 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 156 | 231 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.09 |
| HSL | 214.62º | 0.73% | 0.65% | - |
| HSV(B) | 214.62º | 0.56% | 0.91% | - |
| XYZ | 31.68 | 32.31 | 80.17 | - |
| YUV | 148.11 | 174.78 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 231 | 0.56 | 0.32 | 0 | 0.09 | 214.62 | 0.73 | 0.65 |
| Hex | 65 | 9C | E7 | 38 | 20 | 0 | 9 | D7 | 49 | 41 |
| Octal | 145 | 234 | 347 | 70 | 40 | 0 | 11 | 327 | 111 | 101 |
| Binary | 1100101 | 10011100 | 11100111 | 111000 | 100000 | 0 | 1001 | 11010111 | 1001001 | 1000001 |
Color Harmonies of #659CE7
Complementary color
Monochromatic Colors of #659CE7
Black with #659CE7
Text Example
Text Example
White with #659CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659CE7; }
p { color: rgb(101,156,231); }
H1.HeaderClassName
{
color: #659CE7;
}
.AnyTagClassName
{
color: #659CE7;
}
</style>
background-color css
<style>
a { background-color: #659CE7; }
a { background-color: rgb(101,156,231); }
div.DivClassName
{
background-color: #659CE7;
}
.BgClassName
{
background-color: #659CE7;
}
</style>
border-color css
<style>
span { border-color: #659CE7; }
span { border-color: rgb(101,156,231); }
td.TdClassName
{
border-color: #659CE7;
}
.TagClassName
{
border-color: #659CE7;
}
</style>