#62A5E8

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

Shades of Cornflower Blue #62A5E8

Tints of Cornflower Blue #62A5E8

Color information

#62A5E8 (or 0x62A5E8) is unknown color: approx Cornflower Blue. HEX triplet: 62, A5 and E8. RGB value is (98,165,232). Sum of RGB (Red+Green+Blue) = 98+165+232=495 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.80% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 232 - color contains mainly: blue. Hex color #62A5E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62A5E8 is #9D5A17. Grayscale: #989898. Windows color (decimal): -10312216 or 15246690. OLE color: 15246690.

HSL color Cylindrical-coordinate representation of color #62A5E8: hue angle of 210º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62A5E8 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB98165232-
CMYK0.580.2900.09
HSL210º74.44%64.71%-
HSV(B)210º57.76%90.98%-
XYZ33.0635.3381.42-
YUV152.6172.889.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.80%
GREEN value IS 165 (64.84% from 255) = 33.33%
BLUE value IS 232 (91.02% from 255) = 46.87%
R=19.80%
G=33.33%
B=46.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal981652320.580.2900.0921074.4464.71
Hex62A5E83A1D09d24a41
Octal1422453507235011322112101
Binary1100010101001011110100011101011101010011101001010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A5E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,165,232); }

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

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

 a { background-color: rgb(98,165,232); }

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

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

 span { border-color: rgb(98,165,232); }

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