Shades of Cornflower Blue #657FF0
Tints of Cornflower Blue #657FF0
RGB
CMYK
RGB Variations
Color information
#657FF0 (or 0x657FF0) is known color: Cornflower Blue. HEX triplet: 65, 7F and F0. RGB value is (101,127,240). Sum of RGB (Red+Green+Blue) = 101+127+240=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #657FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #657FF0 is #9A800F. Grayscale: #838383. Windows color (decimal): -10125328 or 15761253. OLE color: 15761253.
HSL color Cylindrical-coordinate representation of color #657FF0: hue angle of 228.78º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #657FF0 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 127 | 240 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.06 |
| HSL | 228.78º | 0.82% | 0.67% | - |
| HSV(B) | 228.78º | 0.58% | 0.94% | - |
| XYZ | 28.68 | 24.24 | 85.6 | - |
| YUV | 132.11 | 188.89 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 240 | 0.58 | 0.47 | 0 | 0.06 | 228.78 | 0.82 | 0.67 |
| Hex | 65 | 7F | F0 | 3A | 2F | 0 | 6 | E5 | 52 | 43 |
| Octal | 145 | 177 | 360 | 72 | 57 | 0 | 6 | 345 | 122 | 103 |
| Binary | 1100101 | 1111111 | 11110000 | 111010 | 101111 | 0 | 110 | 11100101 | 1010010 | 1000011 |
Color Harmonies of #657FF0
Complementary color
Monochromatic Colors of #657FF0
Black with #657FF0
Text Example
Text Example
White with #657FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657FF0; }
p { color: rgb(101,127,240); }
H1.HeaderClassName
{
color: #657FF0;
}
.AnyTagClassName
{
color: #657FF0;
}
</style>
background-color css
<style>
a { background-color: #657FF0; }
a { background-color: rgb(101,127,240); }
div.DivClassName
{
background-color: #657FF0;
}
.BgClassName
{
background-color: #657FF0;
}
</style>
border-color css
<style>
span { border-color: #657FF0; }
span { border-color: rgb(101,127,240); }
td.TdClassName
{
border-color: #657FF0;
}
.TagClassName
{
border-color: #657FF0;
}
</style>