Shades of Cornflower Blue #658FF7
Tints of Cornflower Blue #658FF7
RGB
CMYK
RGB Variations
Color information
#658FF7 (or 0x658FF7) is known color: Cornflower Blue. HEX triplet: 65, 8F and F7. RGB value is (101,143,247). Sum of RGB (Red+Green+Blue) = 101+143+247=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #658FF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658FF7 is #9A7008. Grayscale: #8D8D8D. Windows color (decimal): -10121225 or 16224101. OLE color: 16224101.
HSL color Cylindrical-coordinate representation of color #658FF7: hue angle of 222.74º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #658FF7 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 143 | 247 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.03 |
| HSL | 222.74º | 0.9% | 0.68% | - |
| HSV(B) | 222.74º | 0.59% | 0.97% | - |
| XYZ | 31.98 | 29.13 | 91.93 | - |
| YUV | 142.3 | 187.09 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 247 | 0.59 | 0.42 | 0 | 0.03 | 222.74 | 0.9 | 0.68 |
| Hex | 65 | 8F | F7 | 3B | 2A | 0 | 3 | DF | 5A | 44 |
| Octal | 145 | 217 | 367 | 73 | 52 | 0 | 3 | 337 | 132 | 104 |
| Binary | 1100101 | 10001111 | 11110111 | 111011 | 101010 | 0 | 11 | 11011111 | 1011010 | 1000100 |
Color Harmonies of #658FF7
Complementary color
Monochromatic Colors of #658FF7
Black with #658FF7
Text Example
Text Example
White with #658FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658FF7; }
p { color: rgb(101,143,247); }
H1.HeaderClassName
{
color: #658FF7;
}
.AnyTagClassName
{
color: #658FF7;
}
</style>
background-color css
<style>
a { background-color: #658FF7; }
a { background-color: rgb(101,143,247); }
div.DivClassName
{
background-color: #658FF7;
}
.BgClassName
{
background-color: #658FF7;
}
</style>
border-color css
<style>
span { border-color: #658FF7; }
span { border-color: rgb(101,143,247); }
td.TdClassName
{
border-color: #658FF7;
}
.TagClassName
{
border-color: #658FF7;
}
</style>