Shades of Cornflower Blue #657DDF
Tints of Cornflower Blue #657DDF
RGB
CMYK
RGB Variations
Color information
#657DDF (or 0x657DDF) is known color: Cornflower Blue. HEX triplet: 65, 7D and DF. RGB value is (101,125,223). Sum of RGB (Red+Green+Blue) = 101+125+223=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #657DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DDF is #9A8220. Grayscale: #808080. Windows color (decimal): -10125857 or 14646629. OLE color: 14646629.
HSL color Cylindrical-coordinate representation of color #657DDF: hue angle of 228.2º 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 #657DDF is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 125 | 223 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.13 |
| HSL | 228.2º | 0.66% | 0.64% | - |
| HSV(B) | 228.2º | 0.55% | 0.87% | - |
| XYZ | 26.02 | 22.76 | 72.83 | - |
| YUV | 129 | 181.05 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 223 | 0.55 | 0.44 | 0 | 0.13 | 228.2 | 0.66 | 0.64 |
| Hex | 65 | 7D | DF | 37 | 2C | 0 | D | E4 | 42 | 40 |
| Octal | 145 | 175 | 337 | 67 | 54 | 0 | 15 | 344 | 102 | 100 |
| Binary | 1100101 | 1111101 | 11011111 | 110111 | 101100 | 0 | 1101 | 11100100 | 1000010 | 1000000 |
Color Harmonies of #657DDF
Complementary color
Monochromatic Colors of #657DDF
Black with #657DDF
Text Example
Text Example
White with #657DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657DDF; }
p { color: rgb(101,125,223); }
H1.HeaderClassName
{
color: #657DDF;
}
.AnyTagClassName
{
color: #657DDF;
}
</style>
background-color css
<style>
a { background-color: #657DDF; }
a { background-color: rgb(101,125,223); }
div.DivClassName
{
background-color: #657DDF;
}
.BgClassName
{
background-color: #657DDF;
}
</style>
border-color css
<style>
span { border-color: #657DDF; }
span { border-color: rgb(101,125,223); }
td.TdClassName
{
border-color: #657DDF;
}
.TagClassName
{
border-color: #657DDF;
}
</style>