Shades of Cornflower Blue #65A9F0
Tints of Cornflower Blue #65A9F0
RGB
CMYK
RGB Variations
Color information
#65A9F0 (or 0x65A9F0) is known color: Cornflower Blue. HEX triplet: 65, A9 and F0. RGB value is (101,169,240). Sum of RGB (Red+Green+Blue) = 101+169+240=510 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.80% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #65A9F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A9F0 is #9A560F. Grayscale: #9C9C9C. Windows color (decimal): -10114576 or 15772005. OLE color: 15772005.
HSL color Cylindrical-coordinate representation of color #65A9F0: hue angle of 210.65º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65A9F0 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 169 | 240 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.06 |
| HSL | 210.65º | 0.82% | 0.67% | - |
| HSV(B) | 210.65º | 0.58% | 0.94% | - |
| XYZ | 35.28 | 37.43 | 87.8 | - |
| YUV | 156.76 | 174.97 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 169 | 240 | 0.58 | 0.30 | 0 | 0.06 | 210.65 | 0.82 | 0.67 |
| Hex | 65 | A9 | F0 | 3A | 1E | 0 | 6 | D3 | 52 | 43 |
| Octal | 145 | 251 | 360 | 72 | 36 | 0 | 6 | 323 | 122 | 103 |
| Binary | 1100101 | 10101001 | 11110000 | 111010 | 11110 | 0 | 110 | 11010011 | 1010010 | 1000011 |
Color Harmonies of #65A9F0
Complementary color
Monochromatic Colors of #65A9F0
Black with #65A9F0
Text Example
Text Example
White with #65A9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A9F0; }
p { color: rgb(101,169,240); }
H1.HeaderClassName
{
color: #65A9F0;
}
.AnyTagClassName
{
color: #65A9F0;
}
</style>
background-color css
<style>
a { background-color: #65A9F0; }
a { background-color: rgb(101,169,240); }
div.DivClassName
{
background-color: #65A9F0;
}
.BgClassName
{
background-color: #65A9F0;
}
</style>
border-color css
<style>
span { border-color: #65A9F0; }
span { border-color: rgb(101,169,240); }
td.TdClassName
{
border-color: #65A9F0;
}
.TagClassName
{
border-color: #65A9F0;
}
</style>