Html Css Color HEX #62A2F0 Cornflower Blue

📋 copy color: '#62A2F0'

red 98 ◦ green 162 ◦ blue 240

#62A2F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #62A2F0

Tints of Cornflower Blue #62A2F0

RGB

 RED value IS 98 (38.67% from 255) = 19.6%

 GREEN value IS 162 (63.67% from 255) = 32.4%

 BLUE value IS 240 (94.14% from 255) = 48%

R = 19.6%
G = 32.4%
B = 48%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#62A2F0 (or 0x62A2F0) is known color: Cornflower Blue. HEX triplet: 62, A2 and F0. RGB value is (98,162,240). Sum of RGB (Red+Green+Blue) = 98+162+240=500 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.6% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #62A2F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62A2F0 is #9D5D0F. Grayscale: #979797. Windows color (decimal): -10312976 or 15770210. OLE color: 15770210.

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

Color convert

RGB 98 162 240 -
CMYK 0.59 0.32 0 0.06
HSL 212.96º 0.83% 0.66% -
HSV(B) 212.96º 0.59% 0.94% -
XYZ 33.69 34.73 87.37 -
YUV 151.76 177.8 89.66 -
System Red Green Blue C M Y K H S L
Decimal 98 162 240 0.59 0.32 0 0.06 212.96 0.83 0.66
Hex 62 A2 F0 3B 20 0 6 D5 53 42
Octal 142 242 360 73 40 0 6 325 123 102
Binary 1100010 10100010 11110000 111011 100000 0 110 11010101 1010011 1000010

Color Harmonies of #62A2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A2F0

Black with #62A2F0

Text Example


Text Example

White with #62A2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62A2F0;
 }
 .AnyTagClassName
 {
   color: #62A2F0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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