#62A5FF

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

Shades of Cornflower Blue #62A5FF

Tints of Cornflower Blue #62A5FF

Color information

#62A5FF (or 0x62A5FF) is unknown color: approx Cornflower Blue. HEX triplet: 62, A5 and FF. RGB value is (98,165,255). Sum of RGB (Red+Green+Blue) = 98+165+255=518 (68% of max value = 765). Red value is 98 (38.67% from 255 or 18.92% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #62A5FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62A5FF is #9D5A00. Grayscale: #9A9A9A. Windows color (decimal): -10312193 or 16754018. OLE color: 16754018.

HSL color Cylindrical-coordinate representation of color #62A5FF: hue angle of 214.39º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62A5FF is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB98165255-
CMYK0.620.3500
HSL214.39º100%69.22%-
HSV(B)214.39º61.57%100%-
XYZ36.5436.7399.77-
YUV155.23184.387.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.92%
GREEN value IS 165 (64.84% from 255) = 31.85%
BLUE value IS 255 (100% from 255) = 49.23%
R=18.92%
G=31.85%
B=49.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal981652550.620.3500214.3910069.22
Hex62A5FF3E2300d66445
Octal142245377764300326144105
Binary11000101010010111111111111110100011001101011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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