Shades of Cornflower Blue #657FFA
Tints of Cornflower Blue #657FFA
RGB
CMYK
RGB Variations
Color information
#657FFA (or 0x657FFA) is known color: Cornflower Blue. HEX triplet: 65, 7F and FA. RGB value is (101,127,250). Sum of RGB (Red+Green+Blue) = 101+127+250=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #657FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #657FFA is #9A8005. Grayscale: #848484. Windows color (decimal): -10125318 or 16416613. OLE color: 16416613.
HSL color Cylindrical-coordinate representation of color #657FFA: hue angle of 229.53º 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 #657FFA is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 127 | 250 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.02 |
| HSL | 229.53º | 0.94% | 0.69% | - |
| HSV(B) | 229.53º | 0.6% | 0.98% | - |
| XYZ | 30.21 | 24.85 | 93.65 | - |
| YUV | 133.25 | 193.89 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 250 | 0.60 | 0.49 | 0 | 0.02 | 229.53 | 0.94 | 0.69 |
| Hex | 65 | 7F | FA | 3C | 31 | 0 | 2 | E6 | 5E | 45 |
| Octal | 145 | 177 | 372 | 74 | 61 | 0 | 2 | 346 | 136 | 105 |
| Binary | 1100101 | 1111111 | 11111010 | 111100 | 110001 | 0 | 10 | 11100110 | 1011110 | 1000101 |
Color Harmonies of #657FFA
Complementary color
Monochromatic Colors of #657FFA
Black with #657FFA
Text Example
Text Example
White with #657FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657FFA; }
p { color: rgb(101,127,250); }
H1.HeaderClassName
{
color: #657FFA;
}
.AnyTagClassName
{
color: #657FFA;
}
</style>
background-color css
<style>
a { background-color: #657FFA; }
a { background-color: rgb(101,127,250); }
div.DivClassName
{
background-color: #657FFA;
}
.BgClassName
{
background-color: #657FFA;
}
</style>
border-color css
<style>
span { border-color: #657FFA; }
span { border-color: rgb(101,127,250); }
td.TdClassName
{
border-color: #657FFA;
}
.TagClassName
{
border-color: #657FFA;
}
</style>