Shades of Cornflower Blue #658AF1
Tints of Cornflower Blue #658AF1
RGB
CMYK
RGB Variations
Color information
#658AF1 (or 0x658AF1) is known color: Cornflower Blue. HEX triplet: 65, 8A and F1. RGB value is (101,138,241). Sum of RGB (Red+Green+Blue) = 101+138+241=480 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.04% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #658AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658AF1 is #9A750E. Grayscale: #8A8A8A. Windows color (decimal): -10122511 or 15829605. OLE color: 15829605.
HSL color Cylindrical-coordinate representation of color #658AF1: hue angle of 224.14º degrees, saturation: 0.83, 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 #658AF1 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 138 | 241 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.05 |
| HSL | 224.14º | 0.83% | 0.67% | - |
| HSV(B) | 224.14º | 0.58% | 0.95% | - |
| XYZ | 30.33 | 27.29 | 86.89 | - |
| YUV | 138.68 | 185.74 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 241 | 0.58 | 0.43 | 0 | 0.05 | 224.14 | 0.83 | 0.67 |
| Hex | 65 | 8A | F1 | 3A | 2B | 0 | 5 | E0 | 53 | 43 |
| Octal | 145 | 212 | 361 | 72 | 53 | 0 | 5 | 340 | 123 | 103 |
| Binary | 1100101 | 10001010 | 11110001 | 111010 | 101011 | 0 | 101 | 11100000 | 1010011 | 1000011 |
Color Harmonies of #658AF1
Complementary color
Monochromatic Colors of #658AF1
Black with #658AF1
Text Example
Text Example
White with #658AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658AF1; }
p { color: rgb(101,138,241); }
H1.HeaderClassName
{
color: #658AF1;
}
.AnyTagClassName
{
color: #658AF1;
}
</style>
background-color css
<style>
a { background-color: #658AF1; }
a { background-color: rgb(101,138,241); }
div.DivClassName
{
background-color: #658AF1;
}
.BgClassName
{
background-color: #658AF1;
}
</style>
border-color css
<style>
span { border-color: #658AF1; }
span { border-color: rgb(101,138,241); }
td.TdClassName
{
border-color: #658AF1;
}
.TagClassName
{
border-color: #658AF1;
}
</style>