Shades of Cornflower Blue #657EFF
Tints of Cornflower Blue #657EFF
RGB
CMYK
RGB Variations
Color information
#657EFF (or 0x657EFF) is known color: Cornflower Blue. HEX triplet: 65, 7E and FF. RGB value is (101,126,255). Sum of RGB (Red+Green+Blue) = 101+126+255=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #657EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #657EFF is #9A8100. Grayscale: #848484. Windows color (decimal): -10125569 or 16744037. OLE color: 16744037.
HSL color Cylindrical-coordinate representation of color #657EFF: hue angle of 230.26º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #657EFF is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 126 | 255 | - |
| CMYK | 0.60 | 0.51 | 0 | 0 |
| HSL | 230.26º | 1% | 0.7% | - |
| HSV(B) | 230.26º | 0.6% | 1% | - |
| XYZ | 30.88 | 24.91 | 97.79 | - |
| YUV | 133.23 | 196.72 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 255 | 0.60 | 0.51 | 0 | 0 | 230.26 | 1 | 0.7 |
| Hex | 65 | 7E | FF | 3C | 33 | 0 | 0 | E6 | 64 | 46 |
| Octal | 145 | 176 | 377 | 74 | 63 | 0 | 0 | 346 | 144 | 106 |
| Binary | 1100101 | 1111110 | 11111111 | 111100 | 110011 | 0 | 0 | 11100110 | 1100100 | 1000110 |
Color Harmonies of #657EFF
Complementary color
Monochromatic Colors of #657EFF
Black with #657EFF
Text Example
Text Example
White with #657EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657EFF; }
p { color: rgb(101,126,255); }
H1.HeaderClassName
{
color: #657EFF;
}
.AnyTagClassName
{
color: #657EFF;
}
</style>
background-color css
<style>
a { background-color: #657EFF; }
a { background-color: rgb(101,126,255); }
div.DivClassName
{
background-color: #657EFF;
}
.BgClassName
{
background-color: #657EFF;
}
</style>
border-color css
<style>
span { border-color: #657EFF; }
span { border-color: rgb(101,126,255); }
td.TdClassName
{
border-color: #657EFF;
}
.TagClassName
{
border-color: #657EFF;
}
</style>