Shades of Cornflower Blue #659FE0
Tints of Cornflower Blue #659FE0
RGB
CMYK
RGB Variations
Color information
#659FE0 (or 0x659FE0) is known color: Cornflower Blue. HEX triplet: 65, 9F and E0. RGB value is (101,159,224). Sum of RGB (Red+Green+Blue) = 101+159+224=484 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.87% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #659FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659FE0 is #9A601F. Grayscale: #949494. Windows color (decimal): -10117152 or 14720869. OLE color: 14720869.
HSL color Cylindrical-coordinate representation of color #659FE0: hue angle of 211.71º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #659FE0 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 159 | 224 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.12 |
| HSL | 211.71º | 0.66% | 0.64% | - |
| HSV(B) | 211.71º | 0.55% | 0.88% | - |
| XYZ | 31.22 | 32.94 | 75.23 | - |
| YUV | 149.07 | 170.28 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 224 | 0.55 | 0.29 | 0 | 0.12 | 211.71 | 0.66 | 0.64 |
| Hex | 65 | 9F | E0 | 37 | 1D | 0 | C | D4 | 42 | 40 |
| Octal | 145 | 237 | 340 | 67 | 35 | 0 | 14 | 324 | 102 | 100 |
| Binary | 1100101 | 10011111 | 11100000 | 110111 | 11101 | 0 | 1100 | 11010100 | 1000010 | 1000000 |
Color Harmonies of #659FE0
Complementary color
Monochromatic Colors of #659FE0
Black with #659FE0
Text Example
Text Example
White with #659FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659FE0; }
p { color: rgb(101,159,224); }
H1.HeaderClassName
{
color: #659FE0;
}
.AnyTagClassName
{
color: #659FE0;
}
</style>
background-color css
<style>
a { background-color: #659FE0; }
a { background-color: rgb(101,159,224); }
div.DivClassName
{
background-color: #659FE0;
}
.BgClassName
{
background-color: #659FE0;
}
</style>
border-color css
<style>
span { border-color: #659FE0; }
span { border-color: rgb(101,159,224); }
td.TdClassName
{
border-color: #659FE0;
}
.TagClassName
{
border-color: #659FE0;
}
</style>