#629EE5

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

Shades of Cornflower Blue #629EE5

Tints of Cornflower Blue #629EE5

Color information

#629EE5 (or 0x629EE5) is unknown color: approx Cornflower Blue. HEX triplet: 62, 9E and E5. RGB value is (98,158,229). Sum of RGB (Red+Green+Blue) = 98+158+229=485 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.21% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #629EE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629EE5 is #9D611A. Grayscale: #939393. Windows color (decimal): -10314011 or 15048290. OLE color: 15048290.

HSL color Cylindrical-coordinate representation of color #629EE5: hue angle of 212.52º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #629EE5 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB98158229-
CMYK0.570.3100.10
HSL212.52º71.58%64.12%-
HSV(B)212.52º57.21%89.8%-
XYZ31.4132.7178.79-
YUV148.15173.6292.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.21%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 229 (89.84% from 255) = 47.22%
R=20.21%
G=32.58%
B=47.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal981582290.570.3100.10212.5271.5864.12
Hex629EE5391F0Ad54840
Octal1422363457137012325110100
Binary1100010100111101110010111100111111010101101010110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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