Shades of Cornflower Blue #65AAF2
Tints of Cornflower Blue #65AAF2
RGB
CMYK
RGB Variations
Color information
#65AAF2 (or 0x65AAF2) is known color: Cornflower Blue. HEX triplet: 65, AA and F2. RGB value is (101,170,242). Sum of RGB (Red+Green+Blue) = 101+170+242=513 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.69% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #65AAF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65AAF2 is #9A550D. Grayscale: #9D9D9D. Windows color (decimal): -10114318 or 15903333. OLE color: 15903333.
HSL color Cylindrical-coordinate representation of color #65AAF2: hue angle of 210.64º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65AAF2 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 170 | 242 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.05 |
| HSL | 210.64º | 0.84% | 0.67% | - |
| HSV(B) | 210.64º | 0.58% | 0.95% | - |
| XYZ | 35.77 | 37.93 | 89.44 | - |
| YUV | 157.58 | 175.64 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 242 | 0.58 | 0.30 | 0 | 0.05 | 210.64 | 0.84 | 0.67 |
| Hex | 65 | AA | F2 | 3A | 1E | 0 | 5 | D3 | 54 | 43 |
| Octal | 145 | 252 | 362 | 72 | 36 | 0 | 5 | 323 | 124 | 103 |
| Binary | 1100101 | 10101010 | 11110010 | 111010 | 11110 | 0 | 101 | 11010011 | 1010100 | 1000011 |
Color Harmonies of #65AAF2
Complementary color
Monochromatic Colors of #65AAF2
Black with #65AAF2
Text Example
Text Example
White with #65AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AAF2; }
p { color: rgb(101,170,242); }
H1.HeaderClassName
{
color: #65AAF2;
}
.AnyTagClassName
{
color: #65AAF2;
}
</style>
background-color css
<style>
a { background-color: #65AAF2; }
a { background-color: rgb(101,170,242); }
div.DivClassName
{
background-color: #65AAF2;
}
.BgClassName
{
background-color: #65AAF2;
}
</style>
border-color css
<style>
span { border-color: #65AAF2; }
span { border-color: rgb(101,170,242); }
td.TdClassName
{
border-color: #65AAF2;
}
.TagClassName
{
border-color: #65AAF2;
}
</style>