Shades of Cornflower Blue #65A2F2
Tints of Cornflower Blue #65A2F2
RGB
CMYK
RGB Variations
Color information
#65A2F2 (or 0x65A2F2) is known color: Cornflower Blue. HEX triplet: 65, A2 and F2. RGB value is (101,162,242). Sum of RGB (Red+Green+Blue) = 101+162+242=505 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #65A2F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A2F2 is #9A5D0D. Grayscale: #989898. Windows color (decimal): -10116366 or 15901285. OLE color: 15901285.
HSL color Cylindrical-coordinate representation of color #65A2F2: hue angle of 214.04º 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 #65A2F2 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 162 | 242 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.05 |
| HSL | 214.04º | 0.84% | 0.67% | - |
| HSV(B) | 214.04º | 0.58% | 0.95% | - |
| XYZ | 34.31 | 35.02 | 88.96 | - |
| YUV | 152.88 | 178.29 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 162 | 242 | 0.58 | 0.33 | 0 | 0.05 | 214.04 | 0.84 | 0.67 |
| Hex | 65 | A2 | F2 | 3A | 21 | 0 | 5 | D6 | 54 | 43 |
| Octal | 145 | 242 | 362 | 72 | 41 | 0 | 5 | 326 | 124 | 103 |
| Binary | 1100101 | 10100010 | 11110010 | 111010 | 100001 | 0 | 101 | 11010110 | 1010100 | 1000011 |
Color Harmonies of #65A2F2
Complementary color
Monochromatic Colors of #65A2F2
Black with #65A2F2
Text Example
Text Example
White with #65A2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A2F2; }
p { color: rgb(101,162,242); }
H1.HeaderClassName
{
color: #65A2F2;
}
.AnyTagClassName
{
color: #65A2F2;
}
</style>
background-color css
<style>
a { background-color: #65A2F2; }
a { background-color: rgb(101,162,242); }
div.DivClassName
{
background-color: #65A2F2;
}
.BgClassName
{
background-color: #65A2F2;
}
</style>
border-color css
<style>
span { border-color: #65A2F2; }
span { border-color: rgb(101,162,242); }
td.TdClassName
{
border-color: #65A2F2;
}
.TagClassName
{
border-color: #65A2F2;
}
</style>