#62A2EC

Color #62A2EC Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #62A2EC

Tints of Cornflower Blue #62A2EC

Color information

#62A2EC (or 0x62A2EC) is unknown color: approx Cornflower Blue. HEX triplet: 62, A2 and EC. RGB value is (98,162,236). Sum of RGB (Red+Green+Blue) = 98+162+236=496 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.76% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #62A2EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62A2EC is #9D5D13. Grayscale: #969696. Windows color (decimal): -10312980 or 15508066. OLE color: 15508066.

HSL color Cylindrical-coordinate representation of color #62A2EC: hue angle of 212.17º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62A2EC is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB98162236-
CMYK0.580.3100.07
HSL212.17º78.41%65.49%-
HSV(B)212.17º58.47%92.55%-
XYZ33.134.4984.27-
YUV151.3175.889.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 19.76%
GREEN value IS 162 (63.67% from 255) = 32.66%
BLUE value IS 236 (92.58% from 255) = 47.58%
R=19.76%
G=32.66%
B=47.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal981622360.580.3100.07212.1778.4165.49
Hex62A2EC3A1F07d44e41
Octal142242354723707324116101
Binary110001010100010111011001110101111101111101010010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A2EC; }

 p { color: rgb(98,162,236); }

 H1.HeaderClassName
 {
   color: #62A2EC;
 }
 .AnyTagClassName
 {
   color: #62A2EC;
 }
</style>
background-color css

<style>
 a { background-color: #62A2EC; }

 a { background-color: rgb(98,162,236); }

 div.DivClassName
 {
   background-color: #62A2EC;
 }
 .BgClassName
 {
   background-color: #62A2EC;
 }
</style>
border-color css

<style>
 span { border-color: #62A2EC; }

 span { border-color: rgb(98,162,236); }

 td.TdClassName
 {
   border-color: #62A2EC;
 }
 .TagClassName
 {
   border-color: #62A2EC;
 }
</style>