Shades of Cornflower Blue #657CFA
Tints of Cornflower Blue #657CFA
RGB
CMYK
RGB Variations
Color information
#657CFA (or 0x657CFA) is known color: Cornflower Blue. HEX triplet: 65, 7C and FA. RGB value is (101,124,250). Sum of RGB (Red+Green+Blue) = 101+124+250=475 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.26% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #657CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #657CFA is #9A8305. Grayscale: #828282. Windows color (decimal): -10126086 or 16415845. OLE color: 16415845.
HSL color Cylindrical-coordinate representation of color #657CFA: hue angle of 230.74º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #657CFA is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 124 | 250 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.02 |
| HSL | 230.74º | 0.94% | 0.69% | - |
| HSV(B) | 230.74º | 0.6% | 0.98% | - |
| XYZ | 29.83 | 24.08 | 93.52 | - |
| YUV | 131.49 | 194.88 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 250 | 0.60 | 0.50 | 0 | 0.02 | 230.74 | 0.94 | 0.69 |
| Hex | 65 | 7C | FA | 3C | 32 | 0 | 2 | E7 | 5E | 45 |
| Octal | 145 | 174 | 372 | 74 | 62 | 0 | 2 | 347 | 136 | 105 |
| Binary | 1100101 | 1111100 | 11111010 | 111100 | 110010 | 0 | 10 | 11100111 | 1011110 | 1000101 |
Color Harmonies of #657CFA
Complementary color
Monochromatic Colors of #657CFA
Black with #657CFA
Text Example
Text Example
White with #657CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657CFA; }
p { color: rgb(101,124,250); }
H1.HeaderClassName
{
color: #657CFA;
}
.AnyTagClassName
{
color: #657CFA;
}
</style>
background-color css
<style>
a { background-color: #657CFA; }
a { background-color: rgb(101,124,250); }
div.DivClassName
{
background-color: #657CFA;
}
.BgClassName
{
background-color: #657CFA;
}
</style>
border-color css
<style>
span { border-color: #657CFA; }
span { border-color: rgb(101,124,250); }
td.TdClassName
{
border-color: #657CFA;
}
.TagClassName
{
border-color: #657CFA;
}
</style>