Shades of Cornflower Blue #658CFC
Tints of Cornflower Blue #658CFC
RGB
CMYK
RGB Variations
Color information
#658CFC (or 0x658CFC) is known color: Cornflower Blue. HEX triplet: 65, 8C and FC. RGB value is (101,140,252). Sum of RGB (Red+Green+Blue) = 101+140+252=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #658CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658CFC is #9A7303. Grayscale: #8C8C8C. Windows color (decimal): -10121988 or 16551013. OLE color: 16551013.
HSL color Cylindrical-coordinate representation of color #658CFC: hue angle of 224.5º degrees, saturation: 0.96, 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 #658CFC is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 140 | 252 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.01 |
| HSL | 224.5º | 0.96% | 0.69% | - |
| HSV(B) | 224.5º | 0.6% | 0.99% | - |
| XYZ | 32.32 | 28.55 | 95.9 | - |
| YUV | 141.11 | 190.58 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 252 | 0.60 | 0.44 | 0 | 0.01 | 224.5 | 0.96 | 0.69 |
| Hex | 65 | 8C | FC | 3C | 2C | 0 | 1 | E1 | 60 | 45 |
| Octal | 145 | 214 | 374 | 74 | 54 | 0 | 1 | 341 | 140 | 105 |
| Binary | 1100101 | 10001100 | 11111100 | 111100 | 101100 | 0 | 1 | 11100001 | 1100000 | 1000101 |
Color Harmonies of #658CFC
Complementary color
Monochromatic Colors of #658CFC
Black with #658CFC
Text Example
Text Example
White with #658CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658CFC; }
p { color: rgb(101,140,252); }
H1.HeaderClassName
{
color: #658CFC;
}
.AnyTagClassName
{
color: #658CFC;
}
</style>
background-color css
<style>
a { background-color: #658CFC; }
a { background-color: rgb(101,140,252); }
div.DivClassName
{
background-color: #658CFC;
}
.BgClassName
{
background-color: #658CFC;
}
</style>
border-color css
<style>
span { border-color: #658CFC; }
span { border-color: rgb(101,140,252); }
td.TdClassName
{
border-color: #658CFC;
}
.TagClassName
{
border-color: #658CFC;
}
</style>