Shades of Cornflower Blue #65A8EF
Tints of Cornflower Blue #65A8EF
RGB
CMYK
RGB Variations
Color information
#65A8EF (or 0x65A8EF) is known color: Cornflower Blue. HEX triplet: 65, A8 and EF. RGB value is (101,168,239). Sum of RGB (Red+Green+Blue) = 101+168+239=508 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.88% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #65A8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A8EF is #9A5710. Grayscale: #9B9B9B. Windows color (decimal): -10114833 or 15706213. OLE color: 15706213.
HSL color Cylindrical-coordinate representation of color #65A8EF: hue angle of 210.87º degrees, saturation: 0.81, 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 #65A8EF is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 168 | 239 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.06 |
| HSL | 210.87º | 0.81% | 0.67% | - |
| HSV(B) | 210.87º | 0.58% | 0.94% | - |
| XYZ | 34.95 | 37 | 86.96 | - |
| YUV | 156.06 | 174.8 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 168 | 239 | 0.58 | 0.30 | 0 | 0.06 | 210.87 | 0.81 | 0.67 |
| Hex | 65 | A8 | EF | 3A | 1E | 0 | 6 | D3 | 51 | 43 |
| Octal | 145 | 250 | 357 | 72 | 36 | 0 | 6 | 323 | 121 | 103 |
| Binary | 1100101 | 10101000 | 11101111 | 111010 | 11110 | 0 | 110 | 11010011 | 1010001 | 1000011 |
Color Harmonies of #65A8EF
Complementary color
Monochromatic Colors of #65A8EF
Black with #65A8EF
Text Example
Text Example
White with #65A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A8EF; }
p { color: rgb(101,168,239); }
H1.HeaderClassName
{
color: #65A8EF;
}
.AnyTagClassName
{
color: #65A8EF;
}
</style>
background-color css
<style>
a { background-color: #65A8EF; }
a { background-color: rgb(101,168,239); }
div.DivClassName
{
background-color: #65A8EF;
}
.BgClassName
{
background-color: #65A8EF;
}
</style>
border-color css
<style>
span { border-color: #65A8EF; }
span { border-color: rgb(101,168,239); }
td.TdClassName
{
border-color: #65A8EF;
}
.TagClassName
{
border-color: #65A8EF;
}
</style>