Shades of Cornflower Blue #657EFC
Tints of Cornflower Blue #657EFC
RGB
CMYK
RGB Variations
Color information
#657EFC (or 0x657EFC) is known color: Cornflower Blue. HEX triplet: 65, 7E and FC. RGB value is (101,126,252). Sum of RGB (Red+Green+Blue) = 101+126+252=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #657EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #657EFC is #9A8103. Grayscale: #848484. Windows color (decimal): -10125572 or 16547429. OLE color: 16547429.
HSL color Cylindrical-coordinate representation of color #657EFC: hue angle of 230.07º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #657EFC is Cyan = 0.60, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 126 | 252 | - |
| CMYK | 0.60 | 0.5 | 0 | 0.01 |
| HSL | 230.07º | 0.96% | 0.69% | - |
| HSV(B) | 230.07º | 0.6% | 0.99% | - |
| XYZ | 30.4 | 24.72 | 95.26 | - |
| YUV | 132.89 | 195.22 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 252 | 0.60 | 0.5 | 0 | 0.01 | 230.07 | 0.96 | 0.69 |
| Hex | 65 | 7E | FC | 3C | 32 | 0 | 1 | E6 | 60 | 45 |
| Octal | 145 | 176 | 374 | 74 | 62 | 0 | 1 | 346 | 140 | 105 |
| Binary | 1100101 | 1111110 | 11111100 | 111100 | 110010 | 0 | 1 | 11100110 | 1100000 | 1000101 |
Color Harmonies of #657EFC
Complementary color
Monochromatic Colors of #657EFC
Black with #657EFC
Text Example
Text Example
White with #657EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657EFC; }
p { color: rgb(101,126,252); }
H1.HeaderClassName
{
color: #657EFC;
}
.AnyTagClassName
{
color: #657EFC;
}
</style>
background-color css
<style>
a { background-color: #657EFC; }
a { background-color: rgb(101,126,252); }
div.DivClassName
{
background-color: #657EFC;
}
.BgClassName
{
background-color: #657EFC;
}
</style>
border-color css
<style>
span { border-color: #657EFC; }
span { border-color: rgb(101,126,252); }
td.TdClassName
{
border-color: #657EFC;
}
.TagClassName
{
border-color: #657EFC;
}
</style>