Shades of Cornflower Blue #62A0F0
Tints of Cornflower Blue #62A0F0
RGB
CMYK
RGB Variations
Color information
#62A0F0 (or 0x62A0F0) is known color: Cornflower Blue. HEX triplet: 62, A0 and F0. RGB value is (98,160,240). Sum of RGB (Red+Green+Blue) = 98+160+240=498 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.68% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #62A0F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62A0F0 is #9D5F0F. Grayscale: #969696. Windows color (decimal): -10313488 or 15769698. OLE color: 15769698.
HSL color Cylindrical-coordinate representation of color #62A0F0: hue angle of 213.8º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62A0F0 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 160 | 240 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.06 |
| HSL | 213.8º | 0.83% | 0.66% | - |
| HSV(B) | 213.8º | 0.59% | 0.94% | - |
| XYZ | 33.34 | 34.03 | 87.25 | - |
| YUV | 150.58 | 178.46 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 160 | 240 | 0.59 | 0.33 | 0 | 0.06 | 213.8 | 0.83 | 0.66 |
| Hex | 62 | A0 | F0 | 3B | 21 | 0 | 6 | D6 | 53 | 42 |
| Octal | 142 | 240 | 360 | 73 | 41 | 0 | 6 | 326 | 123 | 102 |
| Binary | 1100010 | 10100000 | 11110000 | 111011 | 100001 | 0 | 110 | 11010110 | 1010011 | 1000010 |
Color Harmonies of #62A0F0
Complementary color
Monochromatic Colors of #62A0F0
Black with #62A0F0
Text Example
Text Example
White with #62A0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A0F0; }
p { color: rgb(98,160,240); }
H1.HeaderClassName
{
color: #62A0F0;
}
.AnyTagClassName
{
color: #62A0F0;
}
</style>
background-color css
<style>
a { background-color: #62A0F0; }
a { background-color: rgb(98,160,240); }
div.DivClassName
{
background-color: #62A0F0;
}
.BgClassName
{
background-color: #62A0F0;
}
</style>
border-color css
<style>
span { border-color: #62A0F0; }
span { border-color: rgb(98,160,240); }
td.TdClassName
{
border-color: #62A0F0;
}
.TagClassName
{
border-color: #62A0F0;
}
</style>