Shades of Cornflower Blue #658CE1
Tints of Cornflower Blue #658CE1
RGB
CMYK
RGB Variations
Color information
#658CE1 (or 0x658CE1) is known color: Cornflower Blue. HEX triplet: 65, 8C and E1. RGB value is (101,140,225). Sum of RGB (Red+Green+Blue) = 101+140+225=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #658CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658CE1 is #9A731E. Grayscale: #898989. Windows color (decimal): -10122015 or 14781541. OLE color: 14781541.
HSL color Cylindrical-coordinate representation of color #658CE1: hue angle of 221.13º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #658CE1 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 140 | 225 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.12 |
| HSL | 221.13º | 0.67% | 0.64% | - |
| HSV(B) | 221.13º | 0.55% | 0.88% | - |
| XYZ | 28.34 | 26.96 | 74.94 | - |
| YUV | 138.03 | 177.08 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 225 | 0.55 | 0.38 | 0 | 0.12 | 221.13 | 0.67 | 0.64 |
| Hex | 65 | 8C | E1 | 37 | 26 | 0 | C | DD | 43 | 40 |
| Octal | 145 | 214 | 341 | 67 | 46 | 0 | 14 | 335 | 103 | 100 |
| Binary | 1100101 | 10001100 | 11100001 | 110111 | 100110 | 0 | 1100 | 11011101 | 1000011 | 1000000 |
Color Harmonies of #658CE1
Complementary color
Monochromatic Colors of #658CE1
Black with #658CE1
Text Example
Text Example
White with #658CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658CE1; }
p { color: rgb(101,140,225); }
H1.HeaderClassName
{
color: #658CE1;
}
.AnyTagClassName
{
color: #658CE1;
}
</style>
background-color css
<style>
a { background-color: #658CE1; }
a { background-color: rgb(101,140,225); }
div.DivClassName
{
background-color: #658CE1;
}
.BgClassName
{
background-color: #658CE1;
}
</style>
border-color css
<style>
span { border-color: #658CE1; }
span { border-color: rgb(101,140,225); }
td.TdClassName
{
border-color: #658CE1;
}
.TagClassName
{
border-color: #658CE1;
}
</style>