Shades of Cornflower Blue #658CFD
Tints of Cornflower Blue #658CFD
RGB
CMYK
RGB Variations
Color information
#658CFD (or 0x658CFD) is known color: Cornflower Blue. HEX triplet: 65, 8C and FD. RGB value is (101,140,253). Sum of RGB (Red+Green+Blue) = 101+140+253=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #658CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658CFD is #9A7302. Grayscale: #8C8C8C. Windows color (decimal): -10121987 or 16616549. OLE color: 16616549.
HSL color Cylindrical-coordinate representation of color #658CFD: hue angle of 224.61º 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 #658CFD is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 140 | 253 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.01 |
| HSL | 224.61º | 0.97% | 0.69% | - |
| HSV(B) | 224.61º | 0.6% | 0.99% | - |
| XYZ | 32.47 | 28.61 | 96.74 | - |
| YUV | 141.22 | 191.08 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 253 | 0.60 | 0.45 | 0 | 0.01 | 224.61 | 0.97 | 0.69 |
| Hex | 65 | 8C | FD | 3C | 2D | 0 | 1 | E1 | 61 | 45 |
| Octal | 145 | 214 | 375 | 74 | 55 | 0 | 1 | 341 | 141 | 105 |
| Binary | 1100101 | 10001100 | 11111101 | 111100 | 101101 | 0 | 1 | 11100001 | 1100001 | 1000101 |
Color Harmonies of #658CFD
Complementary color
Monochromatic Colors of #658CFD
Black with #658CFD
Text Example
Text Example
White with #658CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658CFD; }
p { color: rgb(101,140,253); }
H1.HeaderClassName
{
color: #658CFD;
}
.AnyTagClassName
{
color: #658CFD;
}
</style>
background-color css
<style>
a { background-color: #658CFD; }
a { background-color: rgb(101,140,253); }
div.DivClassName
{
background-color: #658CFD;
}
.BgClassName
{
background-color: #658CFD;
}
</style>
border-color css
<style>
span { border-color: #658CFD; }
span { border-color: rgb(101,140,253); }
td.TdClassName
{
border-color: #658CFD;
}
.TagClassName
{
border-color: #658CFD;
}
</style>