Shades of Cornflower Blue #62A9F0
Tints of Cornflower Blue #62A9F0
RGB
CMYK
RGB Variations
Color information
#62A9F0 (or 0x62A9F0) is known color: Cornflower Blue. HEX triplet: 62, A9 and F0. RGB value is (98,169,240). Sum of RGB (Red+Green+Blue) = 98+169+240=507 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.33% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #62A9F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62A9F0 is #9D560F. Grayscale: #9B9B9B. Windows color (decimal): -10311184 or 15772002. OLE color: 15772002.
HSL color Cylindrical-coordinate representation of color #62A9F0: hue angle of 210º 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 #62A9F0 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 169 | 240 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.06 |
| HSL | 210º | 0.83% | 0.66% | - |
| HSV(B) | 210º | 0.59% | 0.94% | - |
| XYZ | 34.95 | 37.26 | 87.79 | - |
| YUV | 155.87 | 175.48 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 169 | 240 | 0.59 | 0.30 | 0 | 0.06 | 210 | 0.83 | 0.66 |
| Hex | 62 | A9 | F0 | 3B | 1E | 0 | 6 | D2 | 53 | 42 |
| Octal | 142 | 251 | 360 | 73 | 36 | 0 | 6 | 322 | 123 | 102 |
| Binary | 1100010 | 10101001 | 11110000 | 111011 | 11110 | 0 | 110 | 11010010 | 1010011 | 1000010 |
Color Harmonies of #62A9F0
Complementary color
Monochromatic Colors of #62A9F0
Black with #62A9F0
Text Example
Text Example
White with #62A9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A9F0; }
p { color: rgb(98,169,240); }
H1.HeaderClassName
{
color: #62A9F0;
}
.AnyTagClassName
{
color: #62A9F0;
}
</style>
background-color css
<style>
a { background-color: #62A9F0; }
a { background-color: rgb(98,169,240); }
div.DivClassName
{
background-color: #62A9F0;
}
.BgClassName
{
background-color: #62A9F0;
}
</style>
border-color css
<style>
span { border-color: #62A9F0; }
span { border-color: rgb(98,169,240); }
td.TdClassName
{
border-color: #62A9F0;
}
.TagClassName
{
border-color: #62A9F0;
}
</style>