Shades of Cornflower Blue #658FE3
Tints of Cornflower Blue #658FE3
RGB
CMYK
RGB Variations
Color information
#658FE3 (or 0x658FE3) is known color: Cornflower Blue. HEX triplet: 65, 8F and E3. RGB value is (101,143,227). Sum of RGB (Red+Green+Blue) = 101+143+227=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 227 (89.06% from 255 or 48.20% from 471); Max value from RGB is 227 - color contains mainly: blue. Hex color #658FE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658FE3 is #9A701C. Grayscale: #8B8B8B. Windows color (decimal): -10121245 or 14913381. OLE color: 14913381.
HSL color Cylindrical-coordinate representation of color #658FE3: hue angle of 220º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #658FE3 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 143 | 227 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.11 |
| HSL | 220º | 0.69% | 0.64% | - |
| HSV(B) | 220º | 0.56% | 0.89% | - |
| XYZ | 29.05 | 27.96 | 76.54 | - |
| YUV | 140.02 | 177.09 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 227 | 0.56 | 0.37 | 0 | 0.11 | 220 | 0.69 | 0.64 |
| Hex | 65 | 8F | E3 | 38 | 25 | 0 | B | DC | 45 | 40 |
| Octal | 145 | 217 | 343 | 70 | 45 | 0 | 13 | 334 | 105 | 100 |
| Binary | 1100101 | 10001111 | 11100011 | 111000 | 100101 | 0 | 1011 | 11011100 | 1000101 | 1000000 |
Color Harmonies of #658FE3
Complementary color
Monochromatic Colors of #658FE3
Black with #658FE3
Text Example
Text Example
White with #658FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658FE3; }
p { color: rgb(101,143,227); }
H1.HeaderClassName
{
color: #658FE3;
}
.AnyTagClassName
{
color: #658FE3;
}
</style>
background-color css
<style>
a { background-color: #658FE3; }
a { background-color: rgb(101,143,227); }
div.DivClassName
{
background-color: #658FE3;
}
.BgClassName
{
background-color: #658FE3;
}
</style>
border-color css
<style>
span { border-color: #658FE3; }
span { border-color: rgb(101,143,227); }
td.TdClassName
{
border-color: #658FE3;
}
.TagClassName
{
border-color: #658FE3;
}
</style>