Shades of Cornflower Blue #657CDF
Tints of Cornflower Blue #657CDF
RGB
CMYK
RGB Variations
Color information
#657CDF (or 0x657CDF) is known color: Cornflower Blue. HEX triplet: 65, 7C and DF. RGB value is (101,124,223). Sum of RGB (Red+Green+Blue) = 101+124+223=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #657CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657CDF is #9A8320. Grayscale: #7F7F7F. Windows color (decimal): -10126113 or 14646373. OLE color: 14646373.
HSL color Cylindrical-coordinate representation of color #657CDF: hue angle of 228.69º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #657CDF is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 124 | 223 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.13 |
| HSL | 228.69º | 0.66% | 0.64% | - |
| HSV(B) | 228.69º | 0.55% | 0.87% | - |
| XYZ | 25.89 | 22.51 | 72.79 | - |
| YUV | 128.41 | 181.38 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 223 | 0.55 | 0.44 | 0 | 0.13 | 228.69 | 0.66 | 0.64 |
| Hex | 65 | 7C | DF | 37 | 2C | 0 | D | E5 | 42 | 40 |
| Octal | 145 | 174 | 337 | 67 | 54 | 0 | 15 | 345 | 102 | 100 |
| Binary | 1100101 | 1111100 | 11011111 | 110111 | 101100 | 0 | 1101 | 11100101 | 1000010 | 1000000 |
Color Harmonies of #657CDF
Complementary color
Monochromatic Colors of #657CDF
Black with #657CDF
Text Example
Text Example
White with #657CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657CDF; }
p { color: rgb(101,124,223); }
H1.HeaderClassName
{
color: #657CDF;
}
.AnyTagClassName
{
color: #657CDF;
}
</style>
background-color css
<style>
a { background-color: #657CDF; }
a { background-color: rgb(101,124,223); }
div.DivClassName
{
background-color: #657CDF;
}
.BgClassName
{
background-color: #657CDF;
}
</style>
border-color css
<style>
span { border-color: #657CDF; }
span { border-color: rgb(101,124,223); }
td.TdClassName
{
border-color: #657CDF;
}
.TagClassName
{
border-color: #657CDF;
}
</style>