Shades of Cornflower Blue #657DF4
Tints of Cornflower Blue #657DF4
RGB
CMYK
RGB Variations
Color information
#657DF4 (or 0x657DF4) is known color: Cornflower Blue. HEX triplet: 65, 7D and F4. RGB value is (101,125,244). Sum of RGB (Red+Green+Blue) = 101+125+244=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 244 (95.70% from 255 or 51.91% from 470); Max value from RGB is 244 - color contains mainly: blue. Hex color #657DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #657DF4 is #9A820B. Grayscale: #828282. Windows color (decimal): -10125836 or 16022885. OLE color: 16022885.
HSL color Cylindrical-coordinate representation of color #657DF4: hue angle of 229.93º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #657DF4 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 125 | 244 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.04 |
| HSL | 229.93º | 0.87% | 0.68% | - |
| HSV(B) | 229.93º | 0.59% | 0.96% | - |
| XYZ | 29.03 | 23.97 | 88.68 | - |
| YUV | 131.39 | 191.55 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 244 | 0.59 | 0.49 | 0 | 0.04 | 229.93 | 0.87 | 0.68 |
| Hex | 65 | 7D | F4 | 3B | 31 | 0 | 4 | E6 | 57 | 44 |
| Octal | 145 | 175 | 364 | 73 | 61 | 0 | 4 | 346 | 127 | 104 |
| Binary | 1100101 | 1111101 | 11110100 | 111011 | 110001 | 0 | 100 | 11100110 | 1010111 | 1000100 |
Color Harmonies of #657DF4
Complementary color
Monochromatic Colors of #657DF4
Black with #657DF4
Text Example
Text Example
White with #657DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657DF4; }
p { color: rgb(101,125,244); }
H1.HeaderClassName
{
color: #657DF4;
}
.AnyTagClassName
{
color: #657DF4;
}
</style>
background-color css
<style>
a { background-color: #657DF4; }
a { background-color: rgb(101,125,244); }
div.DivClassName
{
background-color: #657DF4;
}
.BgClassName
{
background-color: #657DF4;
}
</style>
border-color css
<style>
span { border-color: #657DF4; }
span { border-color: rgb(101,125,244); }
td.TdClassName
{
border-color: #657DF4;
}
.TagClassName
{
border-color: #657DF4;
}
</style>