Shades of Cornflower Blue #657CFD
Tints of Cornflower Blue #657CFD
RGB
CMYK
RGB Variations
Color information
#657CFD (or 0x657CFD) is known color: Cornflower Blue. HEX triplet: 65, 7C and FD. RGB value is (101,124,253). Sum of RGB (Red+Green+Blue) = 101+124+253=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #657CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #657CFD is #9A8302. Grayscale: #838383. Windows color (decimal): -10126083 or 16612453. OLE color: 16612453.
HSL color Cylindrical-coordinate representation of color #657CFD: hue angle of 230.92º degrees, saturation: 0.97, 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 #657CFD is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 124 | 253 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.01 |
| HSL | 230.92º | 0.97% | 0.69% | - |
| HSV(B) | 230.92º | 0.6% | 0.99% | - |
| XYZ | 30.3 | 24.27 | 96.02 | - |
| YUV | 131.83 | 196.38 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 253 | 0.60 | 0.51 | 0 | 0.01 | 230.92 | 0.97 | 0.69 |
| Hex | 65 | 7C | FD | 3C | 33 | 0 | 1 | E7 | 61 | 45 |
| Octal | 145 | 174 | 375 | 74 | 63 | 0 | 1 | 347 | 141 | 105 |
| Binary | 1100101 | 1111100 | 11111101 | 111100 | 110011 | 0 | 1 | 11100111 | 1100001 | 1000101 |
Color Harmonies of #657CFD
Complementary color
Monochromatic Colors of #657CFD
Black with #657CFD
Text Example
Text Example
White with #657CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657CFD; }
p { color: rgb(101,124,253); }
H1.HeaderClassName
{
color: #657CFD;
}
.AnyTagClassName
{
color: #657CFD;
}
</style>
background-color css
<style>
a { background-color: #657CFD; }
a { background-color: rgb(101,124,253); }
div.DivClassName
{
background-color: #657CFD;
}
.BgClassName
{
background-color: #657CFD;
}
</style>
border-color css
<style>
span { border-color: #657CFD; }
span { border-color: rgb(101,124,253); }
td.TdClassName
{
border-color: #657CFD;
}
.TagClassName
{
border-color: #657CFD;
}
</style>