Shades of Cornflower Blue #658EF2
Tints of Cornflower Blue #658EF2
RGB
CMYK
RGB Variations
Color information
#658EF2 (or 0x658EF2) is known color: Cornflower Blue. HEX triplet: 65, 8E and F2. RGB value is (101,142,242). Sum of RGB (Red+Green+Blue) = 101+142+242=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #658EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658EF2 is #9A710D. Grayscale: #8C8C8C. Windows color (decimal): -10121486 or 15896165. OLE color: 15896165.
HSL color Cylindrical-coordinate representation of color #658EF2: hue angle of 222.55º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #658EF2 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 142 | 242 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.05 |
| HSL | 222.55º | 0.84% | 0.67% | - |
| HSV(B) | 222.55º | 0.58% | 0.95% | - |
| XYZ | 31.07 | 28.52 | 87.87 | - |
| YUV | 141.14 | 184.92 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 142 | 242 | 0.58 | 0.41 | 0 | 0.05 | 222.55 | 0.84 | 0.67 |
| Hex | 65 | 8E | F2 | 3A | 29 | 0 | 5 | DF | 54 | 43 |
| Octal | 145 | 216 | 362 | 72 | 51 | 0 | 5 | 337 | 124 | 103 |
| Binary | 1100101 | 10001110 | 11110010 | 111010 | 101001 | 0 | 101 | 11011111 | 1010100 | 1000011 |
Color Harmonies of #658EF2
Complementary color
Monochromatic Colors of #658EF2
Black with #658EF2
Text Example
Text Example
White with #658EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658EF2; }
p { color: rgb(101,142,242); }
H1.HeaderClassName
{
color: #658EF2;
}
.AnyTagClassName
{
color: #658EF2;
}
</style>
background-color css
<style>
a { background-color: #658EF2; }
a { background-color: rgb(101,142,242); }
div.DivClassName
{
background-color: #658EF2;
}
.BgClassName
{
background-color: #658EF2;
}
</style>
border-color css
<style>
span { border-color: #658EF2; }
span { border-color: rgb(101,142,242); }
td.TdClassName
{
border-color: #658EF2;
}
.TagClassName
{
border-color: #658EF2;
}
</style>