#629DE2

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

Shades of Cornflower Blue #629DE2

Tints of Cornflower Blue #629DE2

Color information

#629DE2 (or 0x629DE2) is unknown color: approx Cornflower Blue. HEX triplet: 62, 9D and E2. RGB value is (98,157,226). Sum of RGB (Red+Green+Blue) = 98+157+226=481 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.37% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 226 (88.67% from 255 or 46.99% from 481); Max value from RGB is 226 - color contains mainly: blue. Hex color #629DE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629DE2 is #9D621D. Grayscale: #929292. Windows color (decimal): -10314270 or 14851426. OLE color: 14851426.

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

Color convert

RGB98157226-
CMYK0.570.3100.11
HSL212.34º68.82%63.53%-
HSV(B)212.34º56.64%88.63%-
XYZ30.8232.276.54-
YUV147.22172.4592.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.37%
GREEN value IS 157 (61.72% from 255) = 32.64%
BLUE value IS 226 (88.67% from 255) = 46.99%
R=20.37%
G=32.64%
B=46.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal981572260.570.3100.11212.3468.8263.53
Hex629DE2391F0Bd44540
Octal1422353427137013324105100
Binary1100010100111011110001011100111111010111101010010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,157,226); }

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

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

 a { background-color: rgb(98,157,226); }

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

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

 span { border-color: rgb(98,157,226); }

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