Shades of Cornflower Blue #657FE1
Tints of Cornflower Blue #657FE1
RGB
CMYK
RGB Variations
Color information
#657FE1 (or 0x657FE1) is known color: Cornflower Blue. HEX triplet: 65, 7F and E1. RGB value is (101,127,225). Sum of RGB (Red+Green+Blue) = 101+127+225=453 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.30% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 225 (88.28% from 255 or 49.67% from 453); Max value from RGB is 225 - color contains mainly: blue. Hex color #657FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657FE1 is #9A801E. Grayscale: #818181. Windows color (decimal): -10125343 or 14778213. OLE color: 14778213.
HSL color Cylindrical-coordinate representation of color #657FE1: hue angle of 227.42º 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 #657FE1 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 127 | 225 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.12 |
| HSL | 227.42º | 0.67% | 0.64% | - |
| HSV(B) | 227.42º | 0.55% | 0.88% | - |
| XYZ | 26.55 | 23.38 | 74.35 | - |
| YUV | 130.4 | 181.39 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 225 | 0.55 | 0.44 | 0 | 0.12 | 227.42 | 0.67 | 0.64 |
| Hex | 65 | 7F | E1 | 37 | 2C | 0 | C | E3 | 43 | 40 |
| Octal | 145 | 177 | 341 | 67 | 54 | 0 | 14 | 343 | 103 | 100 |
| Binary | 1100101 | 1111111 | 11100001 | 110111 | 101100 | 0 | 1100 | 11100011 | 1000011 | 1000000 |
Color Harmonies of #657FE1
Complementary color
Monochromatic Colors of #657FE1
Black with #657FE1
Text Example
Text Example
White with #657FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657FE1; }
p { color: rgb(101,127,225); }
H1.HeaderClassName
{
color: #657FE1;
}
.AnyTagClassName
{
color: #657FE1;
}
</style>
background-color css
<style>
a { background-color: #657FE1; }
a { background-color: rgb(101,127,225); }
div.DivClassName
{
background-color: #657FE1;
}
.BgClassName
{
background-color: #657FE1;
}
</style>
border-color css
<style>
span { border-color: #657FE1; }
span { border-color: rgb(101,127,225); }
td.TdClassName
{
border-color: #657FE1;
}
.TagClassName
{
border-color: #657FE1;
}
</style>