Html Css Color HEX #62A1F5 Cornflower Blue

📋 copy color: '#62A1F5'

red 98 ◦ green 161 ◦ blue 245

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

Shades of Cornflower Blue #62A1F5

Tints of Cornflower Blue #62A1F5

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.94%

 BLUE value IS 245 (96.09% from 255) = 48.61%

R = 19.44%
G = 31.94%
B = 48.61%

CMYK

 C value IS 0.6

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#62A1F5 (or 0x62A1F5) is known color: Cornflower Blue. HEX triplet: 62, A1 and F5. RGB value is (98,161,245). Sum of RGB (Red+Green+Blue) = 98+161+245=504 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.44% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 245 - color contains mainly: blue. Hex color #62A1F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62A1F5 is #9D5E0A. Grayscale: #979797. Windows color (decimal): -10313227 or 16097634. OLE color: 16097634.

HSL color Cylindrical-coordinate representation of color #62A1F5: hue angle of 214.29º degrees, saturation: 0.88, 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 #62A1F5 is Cyan = 0.6, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 98 161 245 -
CMYK 0.6 0.34 0 0.04
HSL 214.29º 0.88% 0.67% -
HSV(B) 214.29º 0.6% 0.96% -
XYZ 34.26 34.68 91.27 -
YUV 151.74 180.63 89.67 -
System Red Green Blue C M Y K H S L
Decimal 98 161 245 0.6 0.34 0 0.04 214.29 0.88 0.67
Hex 62 A1 F5 3C 22 0 4 D6 58 43
Octal 142 241 365 74 42 0 4 326 130 103
Binary 1100010 10100001 11110101 111100 100010 0 100 11010110 1011000 1000011

Color Harmonies of #62A1F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A1F5

Black with #62A1F5

Text Example


Text Example

White with #62A1F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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