Shades of Cornflower Blue #657FDF
Tints of Cornflower Blue #657FDF
RGB
CMYK
RGB Variations
Color information
#657FDF (or 0x657FDF) is known color: Cornflower Blue. HEX triplet: 65, 7F and DF. RGB value is (101,127,223). Sum of RGB (Red+Green+Blue) = 101+127+223=451 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.39% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #657FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657FDF is #9A8020. Grayscale: #818181. Windows color (decimal): -10125345 or 14647141. OLE color: 14647141.
HSL color Cylindrical-coordinate representation of color #657FDF: hue angle of 227.21º 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 #657FDF is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 127 | 223 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.13 |
| HSL | 227.21º | 0.66% | 0.64% | - |
| HSV(B) | 227.21º | 0.55% | 0.87% | - |
| XYZ | 26.28 | 23.27 | 72.92 | - |
| YUV | 130.17 | 180.39 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 223 | 0.55 | 0.43 | 0 | 0.13 | 227.21 | 0.66 | 0.64 |
| Hex | 65 | 7F | DF | 37 | 2B | 0 | D | E3 | 42 | 40 |
| Octal | 145 | 177 | 337 | 67 | 53 | 0 | 15 | 343 | 102 | 100 |
| Binary | 1100101 | 1111111 | 11011111 | 110111 | 101011 | 0 | 1101 | 11100011 | 1000010 | 1000000 |
Color Harmonies of #657FDF
Complementary color
Monochromatic Colors of #657FDF
Black with #657FDF
Text Example
Text Example
White with #657FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657FDF; }
p { color: rgb(101,127,223); }
H1.HeaderClassName
{
color: #657FDF;
}
.AnyTagClassName
{
color: #657FDF;
}
</style>
background-color css
<style>
a { background-color: #657FDF; }
a { background-color: rgb(101,127,223); }
div.DivClassName
{
background-color: #657FDF;
}
.BgClassName
{
background-color: #657FDF;
}
</style>
border-color css
<style>
span { border-color: #657FDF; }
span { border-color: rgb(101,127,223); }
td.TdClassName
{
border-color: #657FDF;
}
.TagClassName
{
border-color: #657FDF;
}
</style>