Shades of Cornflower Blue #65A0E3
Tints of Cornflower Blue #65A0E3
RGB
CMYK
RGB Variations
Color information
#65A0E3 (or 0x65A0E3) is known color: Cornflower Blue. HEX triplet: 65, A0 and E3. RGB value is (101,160,227). Sum of RGB (Red+Green+Blue) = 101+160+227=488 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.70% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 227 (89.06% from 255 or 46.52% from 488); Max value from RGB is 227 - color contains mainly: blue. Hex color #65A0E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A0E3 is #9A5F1C. Grayscale: #959595. Windows color (decimal): -10116893 or 14917733. OLE color: 14917733.
HSL color Cylindrical-coordinate representation of color #65A0E3: hue angle of 211.9º 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 #65A0E3 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 160 | 227 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.11 |
| HSL | 211.9º | 0.69% | 0.64% | - |
| HSV(B) | 211.9º | 0.56% | 0.89% | - |
| XYZ | 31.8 | 33.45 | 77.45 | - |
| YUV | 150 | 171.45 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 160 | 227 | 0.56 | 0.30 | 0 | 0.11 | 211.9 | 0.69 | 0.64 |
| Hex | 65 | A0 | E3 | 38 | 1E | 0 | B | D4 | 45 | 40 |
| Octal | 145 | 240 | 343 | 70 | 36 | 0 | 13 | 324 | 105 | 100 |
| Binary | 1100101 | 10100000 | 11100011 | 111000 | 11110 | 0 | 1011 | 11010100 | 1000101 | 1000000 |
Color Harmonies of #65A0E3
Complementary color
Monochromatic Colors of #65A0E3
Black with #65A0E3
Text Example
Text Example
White with #65A0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A0E3; }
p { color: rgb(101,160,227); }
H1.HeaderClassName
{
color: #65A0E3;
}
.AnyTagClassName
{
color: #65A0E3;
}
</style>
background-color css
<style>
a { background-color: #65A0E3; }
a { background-color: rgb(101,160,227); }
div.DivClassName
{
background-color: #65A0E3;
}
.BgClassName
{
background-color: #65A0E3;
}
</style>
border-color css
<style>
span { border-color: #65A0E3; }
span { border-color: rgb(101,160,227); }
td.TdClassName
{
border-color: #65A0E3;
}
.TagClassName
{
border-color: #65A0E3;
}
</style>