Shades of Cornflower Blue #61AAF2
Tints of Cornflower Blue #61AAF2
RGB
CMYK
RGB Variations
Color information
#61AAF2 (or 0x61AAF2) is known color: Cornflower Blue. HEX triplet: 61, AA and F2. RGB value is (97,170,242). Sum of RGB (Red+Green+Blue) = 97+170+242=509 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.06% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #61AAF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61AAF2 is #9E550D. Grayscale: #9C9C9C. Windows color (decimal): -10376462 or 15903329. OLE color: 15903329.
HSL color Cylindrical-coordinate representation of color #61AAF2: hue angle of 209.79º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61AAF2 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 170 | 242 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.05 |
| HSL | 209.79º | 0.85% | 0.66% | - |
| HSV(B) | 209.79º | 0.6% | 0.95% | - |
| XYZ | 35.33 | 37.7 | 89.42 | - |
| YUV | 156.38 | 176.32 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 170 | 242 | 0.60 | 0.30 | 0 | 0.05 | 209.79 | 0.85 | 0.66 |
| Hex | 61 | AA | F2 | 3C | 1E | 0 | 5 | D2 | 55 | 42 |
| Octal | 141 | 252 | 362 | 74 | 36 | 0 | 5 | 322 | 125 | 102 |
| Binary | 1100001 | 10101010 | 11110010 | 111100 | 11110 | 0 | 101 | 11010010 | 1010101 | 1000010 |
Color Harmonies of #61AAF2
Complementary color
Monochromatic Colors of #61AAF2
Black with #61AAF2
Text Example
Text Example
White with #61AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AAF2; }
p { color: rgb(97,170,242); }
H1.HeaderClassName
{
color: #61AAF2;
}
.AnyTagClassName
{
color: #61AAF2;
}
</style>
background-color css
<style>
a { background-color: #61AAF2; }
a { background-color: rgb(97,170,242); }
div.DivClassName
{
background-color: #61AAF2;
}
.BgClassName
{
background-color: #61AAF2;
}
</style>
border-color css
<style>
span { border-color: #61AAF2; }
span { border-color: rgb(97,170,242); }
td.TdClassName
{
border-color: #61AAF2;
}
.TagClassName
{
border-color: #61AAF2;
}
</style>