Shades of Cornflower Blue #65A2FF
Tints of Cornflower Blue #65A2FF
RGB
CMYK
RGB Variations
Color information
#65A2FF (or 0x65A2FF) is known color: Cornflower Blue. HEX triplet: 65, A2 and FF. RGB value is (101,162,255). Sum of RGB (Red+Green+Blue) = 101+162+255=518 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.50% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #65A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A2FF is #9A5D00. Grayscale: #999999. Windows color (decimal): -10116353 or 16753253. OLE color: 16753253.
HSL color Cylindrical-coordinate representation of color #65A2FF: hue angle of 216.23º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65A2FF is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 162 | 255 | - |
| CMYK | 0.60 | 0.36 | 0 | 0 |
| HSL | 216.23º | 1% | 0.7% | - |
| HSV(B) | 216.23º | 0.6% | 1% | - |
| XYZ | 36.34 | 35.83 | 99.61 | - |
| YUV | 154.36 | 184.79 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 162 | 255 | 0.60 | 0.36 | 0 | 0 | 216.23 | 1 | 0.7 |
| Hex | 65 | A2 | FF | 3C | 24 | 0 | 0 | D8 | 64 | 46 |
| Octal | 145 | 242 | 377 | 74 | 44 | 0 | 0 | 330 | 144 | 106 |
| Binary | 1100101 | 10100010 | 11111111 | 111100 | 100100 | 0 | 0 | 11011000 | 1100100 | 1000110 |
Color Harmonies of #65A2FF
Complementary color
Monochromatic Colors of #65A2FF
Black with #65A2FF
Text Example
Text Example
White with #65A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A2FF; }
p { color: rgb(101,162,255); }
H1.HeaderClassName
{
color: #65A2FF;
}
.AnyTagClassName
{
color: #65A2FF;
}
</style>
background-color css
<style>
a { background-color: #65A2FF; }
a { background-color: rgb(101,162,255); }
div.DivClassName
{
background-color: #65A2FF;
}
.BgClassName
{
background-color: #65A2FF;
}
</style>
border-color css
<style>
span { border-color: #65A2FF; }
span { border-color: rgb(101,162,255); }
td.TdClassName
{
border-color: #65A2FF;
}
.TagClassName
{
border-color: #65A2FF;
}
</style>