Shades of Cornflower Blue #658CF0
Tints of Cornflower Blue #658CF0
RGB
CMYK
RGB Variations
Color information
#658CF0 (or 0x658CF0) is known color: Cornflower Blue. HEX triplet: 65, 8C and F0. RGB value is (101,140,240). Sum of RGB (Red+Green+Blue) = 101+140+240=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #658CF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658CF0 is #9A730F. Grayscale: #8B8B8B. Windows color (decimal): -10122000 or 15764581. OLE color: 15764581.
HSL color Cylindrical-coordinate representation of color #658CF0: hue angle of 223.17º 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 #658CF0 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 140 | 240 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.06 |
| HSL | 223.17º | 0.82% | 0.67% | - |
| HSV(B) | 223.17º | 0.58% | 0.94% | - |
| XYZ | 30.47 | 27.81 | 86.2 | - |
| YUV | 139.74 | 184.58 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 240 | 0.58 | 0.42 | 0 | 0.06 | 223.17 | 0.82 | 0.67 |
| Hex | 65 | 8C | F0 | 3A | 2A | 0 | 6 | DF | 52 | 43 |
| Octal | 145 | 214 | 360 | 72 | 52 | 0 | 6 | 337 | 122 | 103 |
| Binary | 1100101 | 10001100 | 11110000 | 111010 | 101010 | 0 | 110 | 11011111 | 1010010 | 1000011 |
Color Harmonies of #658CF0
Complementary color
Monochromatic Colors of #658CF0
Black with #658CF0
Text Example
Text Example
White with #658CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658CF0; }
p { color: rgb(101,140,240); }
H1.HeaderClassName
{
color: #658CF0;
}
.AnyTagClassName
{
color: #658CF0;
}
</style>
background-color css
<style>
a { background-color: #658CF0; }
a { background-color: rgb(101,140,240); }
div.DivClassName
{
background-color: #658CF0;
}
.BgClassName
{
background-color: #658CF0;
}
</style>
border-color css
<style>
span { border-color: #658CF0; }
span { border-color: rgb(101,140,240); }
td.TdClassName
{
border-color: #658CF0;
}
.TagClassName
{
border-color: #658CF0;
}
</style>