#629EF2

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

Shades of Cornflower Blue #629EF2

Tints of Cornflower Blue #629EF2

Color information

#629EF2 (or 0x629EF2) is unknown color: approx Cornflower Blue. HEX triplet: 62, 9E and F2. RGB value is (98,158,242). Sum of RGB (Red+Green+Blue) = 98+158+242=498 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.68% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #629EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629EF2 is #9D610D. Grayscale: #959595. Windows color (decimal): -10313998 or 15900258. OLE color: 15900258.

HSL color Cylindrical-coordinate representation of color #629EF2: hue angle of 215º 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 #629EF2 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB98158242-
CMYK0.600.3500.05
HSL215º84.71%66.67%-
HSV(B)215º59.5%94.9%-
XYZ33.2933.4688.71-
YUV149.64180.1291.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.68%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 242 (94.92% from 255) = 48.59%
R=19.68%
G=31.73%
B=48.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal981582420.600.3500.0521584.7166.67
Hex629EF23C2305d75543
Octal142236362744305327125103
Binary1100010100111101111001011110010001101011101011110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629EF2; }

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

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

<style>
 a { background-color: #629EF2; }

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

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

<style>
 span { border-color: #629EF2; }

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

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