Shades of Cornflower Blue #62A2EF
Tints of Cornflower Blue #62A2EF
RGB
CMYK
RGB Variations
Color information
#62A2EF (or 0x62A2EF) is known color: Cornflower Blue. HEX triplet: 62, A2 and EF. RGB value is (98,162,239). Sum of RGB (Red+Green+Blue) = 98+162+239=499 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.64% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #62A2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62A2EF is #9D5D10. Grayscale: #979797. Windows color (decimal): -10312977 or 15704674. OLE color: 15704674.
HSL color Cylindrical-coordinate representation of color #62A2EF: hue angle of 212.77º degrees, saturation: 0.82, 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 #62A2EF is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 162 | 239 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.06 |
| HSL | 212.77º | 0.82% | 0.66% | - |
| HSV(B) | 212.77º | 0.59% | 0.94% | - |
| XYZ | 33.54 | 34.67 | 86.59 | - |
| YUV | 151.64 | 177.3 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 162 | 239 | 0.59 | 0.32 | 0 | 0.06 | 212.77 | 0.82 | 0.66 |
| Hex | 62 | A2 | EF | 3B | 20 | 0 | 6 | D5 | 52 | 42 |
| Octal | 142 | 242 | 357 | 73 | 40 | 0 | 6 | 325 | 122 | 102 |
| Binary | 1100010 | 10100010 | 11101111 | 111011 | 100000 | 0 | 110 | 11010101 | 1010010 | 1000010 |
Color Harmonies of #62A2EF
Complementary color
Monochromatic Colors of #62A2EF
Black with #62A2EF
Text Example
Text Example
White with #62A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A2EF; }
p { color: rgb(98,162,239); }
H1.HeaderClassName
{
color: #62A2EF;
}
.AnyTagClassName
{
color: #62A2EF;
}
</style>
background-color css
<style>
a { background-color: #62A2EF; }
a { background-color: rgb(98,162,239); }
div.DivClassName
{
background-color: #62A2EF;
}
.BgClassName
{
background-color: #62A2EF;
}
</style>
border-color css
<style>
span { border-color: #62A2EF; }
span { border-color: rgb(98,162,239); }
td.TdClassName
{
border-color: #62A2EF;
}
.TagClassName
{
border-color: #62A2EF;
}
</style>