Shades of Cornflower Blue #62AAF2
Tints of Cornflower Blue #62AAF2
RGB
CMYK
RGB Variations
Color information
#62AAF2 (or 0x62AAF2) is known color: Cornflower Blue. HEX triplet: 62, AA and F2. RGB value is (98,170,242). Sum of RGB (Red+Green+Blue) = 98+170+242=510 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.22% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #62AAF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62AAF2 is #9D550D. Grayscale: #9C9C9C. Windows color (decimal): -10310926 or 15903330. OLE color: 15903330.
HSL color Cylindrical-coordinate representation of color #62AAF2: hue angle of 210º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62AAF2 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 170 | 242 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.05 |
| HSL | 210º | 0.85% | 0.67% | - |
| HSV(B) | 210º | 0.6% | 0.95% | - |
| XYZ | 35.44 | 37.76 | 89.42 | - |
| YUV | 156.68 | 176.15 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 170 | 242 | 0.60 | 0.30 | 0 | 0.05 | 210 | 0.85 | 0.67 |
| Hex | 62 | AA | F2 | 3C | 1E | 0 | 5 | D2 | 55 | 43 |
| Octal | 142 | 252 | 362 | 74 | 36 | 0 | 5 | 322 | 125 | 103 |
| Binary | 1100010 | 10101010 | 11110010 | 111100 | 11110 | 0 | 101 | 11010010 | 1010101 | 1000011 |
Color Harmonies of #62AAF2
Complementary color
Monochromatic Colors of #62AAF2
Black with #62AAF2
Text Example
Text Example
White with #62AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AAF2; }
p { color: rgb(98,170,242); }
H1.HeaderClassName
{
color: #62AAF2;
}
.AnyTagClassName
{
color: #62AAF2;
}
</style>
background-color css
<style>
a { background-color: #62AAF2; }
a { background-color: rgb(98,170,242); }
div.DivClassName
{
background-color: #62AAF2;
}
.BgClassName
{
background-color: #62AAF2;
}
</style>
border-color css
<style>
span { border-color: #62AAF2; }
span { border-color: rgb(98,170,242); }
td.TdClassName
{
border-color: #62AAF2;
}
.TagClassName
{
border-color: #62AAF2;
}
</style>