#62A1F0

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

Shades of Cornflower Blue #62A1F0

Tints of Cornflower Blue #62A1F0

Color information

#62A1F0 (or 0x62A1F0) is unknown color: approx Cornflower Blue. HEX triplet: 62, A1 and F0. RGB value is (98,161,240). Sum of RGB (Red+Green+Blue) = 98+161+240=499 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.64% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #62A1F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62A1F0 is #9D5E0F. Grayscale: #969696. Windows color (decimal): -10313232 or 15769954. OLE color: 15769954.

HSL color Cylindrical-coordinate representation of color #62A1F0: hue angle of 213.38º 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 #62A1F0 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB98161240-
CMYK0.590.3300.06
HSL213.38º82.56%66.27%-
HSV(B)213.38º59.17%94.12%-
XYZ33.5134.3887.31-
YUV151.17178.1390.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.64%
GREEN value IS 161 (63.28% from 255) = 32.26%
BLUE value IS 240 (94.14% from 255) = 48.10%
R=19.64%
G=32.26%
B=48.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal981612400.590.3300.06213.3882.5666.27
Hex62A1F03B2106d55342
Octal142241360734106325123102
Binary1100010101000011111000011101110000101101101010110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,161,240); }

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

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

 a { background-color: rgb(98,161,240); }

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

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

 span { border-color: rgb(98,161,240); }

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