#62A5F4

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

Shades of Cornflower Blue #62A5F4

Tints of Cornflower Blue #62A5F4

Color information

#62A5F4 (or 0x62A5F4) is unknown color: approx Cornflower Blue. HEX triplet: 62, A5 and F4. RGB value is (98,165,244). Sum of RGB (Red+Green+Blue) = 98+165+244=507 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.33% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #62A5F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62A5F4 is #9D5A0B. Grayscale: #999999. Windows color (decimal): -10312204 or 16033122. OLE color: 16033122.

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

Color convert

RGB98165244-
CMYK0.600.3200.04
HSL212.47º86.9%67.06%-
HSV(B)212.47º59.84%95.69%-
XYZ34.8236.0490.71-
YUV153.97178.888.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.33%
GREEN value IS 165 (64.84% from 255) = 32.54%
BLUE value IS 244 (95.70% from 255) = 48.13%
R=19.33%
G=32.54%
B=48.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal981652440.600.3200.04212.4786.967.06
Hex62A5F43C2004d45743
Octal142245364744004324127103
Binary1100010101001011111010011110010000001001101010010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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