#627EDE

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

Shades of Cornflower Blue #627EDE

Tints of Cornflower Blue #627EDE

Color information

#627EDE (or 0x627EDE) is unknown color: approx Cornflower Blue. HEX triplet: 62, 7E and DE. RGB value is (98,126,222). Sum of RGB (Red+Green+Blue) = 98+126+222=446 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.97% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #627EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627EDE is #9D8121. Grayscale: #808080. Windows color (decimal): -10322210 or 14581346. OLE color: 14581346.

HSL color Cylindrical-coordinate representation of color #627EDE: hue angle of 226.45º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #627EDE is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB98126222-
CMYK0.560.4300.13
HSL226.45º65.26%62.75%-
HSV(B)226.45º55.86%87.06%-
XYZ25.6822.7972.15-
YUV128.57180.72106.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.97%
GREEN value IS 126 (49.61% from 255) = 28.25%
BLUE value IS 222 (87.11% from 255) = 49.78%
R=21.97%
G=28.25%
B=49.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal981262220.560.4300.13226.4565.2662.75
Hex627EDE382B0De2413f
Octal142176336705301534210177
Binary110001011111101101111011100010101101101111000101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627EDE; }

 p { color: rgb(98,126,222); }

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

<style>
 a { background-color: #627EDE; }

 a { background-color: rgb(98,126,222); }

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

<style>
 span { border-color: #627EDE; }

 span { border-color: rgb(98,126,222); }

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