#62A5F2

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

Shades of Cornflower Blue #62A5F2

Tints of Cornflower Blue #62A5F2

Color information

#62A5F2 (or 0x62A5F2) is unknown color: approx Cornflower Blue. HEX triplet: 62, A5 and F2. RGB value is (98,165,242). Sum of RGB (Red+Green+Blue) = 98+165+242=505 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.41% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #62A5F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62A5F2 is #9D5A0D. Grayscale: #999999. Windows color (decimal): -10312206 or 15902050. OLE color: 15902050.

HSL color Cylindrical-coordinate representation of color #62A5F2: hue angle of 212.08º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62A5F2 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB98165242-
CMYK0.600.3200.05
HSL212.08º84.71%66.67%-
HSV(B)212.08º59.5%94.9%-
XYZ34.5235.9289.12-
YUV153.74177.888.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.41%
GREEN value IS 165 (64.84% from 255) = 32.67%
BLUE value IS 242 (94.92% from 255) = 47.92%
R=19.41%
G=32.67%
B=47.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal981652420.600.3200.05212.0884.7166.67
Hex62A5F23C2005d45543
Octal142245362744005324125103
Binary1100010101001011111001011110010000001011101010010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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