#629BE0

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

Shades of Cornflower Blue #629BE0

Tints of Cornflower Blue #629BE0

Color information

#629BE0 (or 0x629BE0) is unknown color: approx Cornflower Blue. HEX triplet: 62, 9B and E0. RGB value is (98,155,224). Sum of RGB (Red+Green+Blue) = 98+155+224=477 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.55% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #629BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629BE0 is #9D641F. Grayscale: #919191. Windows color (decimal): -10314784 or 14719842. OLE color: 14719842.

HSL color Cylindrical-coordinate representation of color #629BE0: hue angle of 212.86º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #629BE0 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB98155224-
CMYK0.560.3100.12
HSL212.86º67.02%63.14%-
HSV(B)212.86º56.25%87.84%-
XYZ30.2131.4274.99-
YUV145.82172.1293.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.55%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 224 (87.89% from 255) = 46.96%
R=20.55%
G=32.49%
B=46.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal981552240.560.3100.12212.8667.0263.14
Hex629BE0381F0Cd5433f
Octal142233340703701432510377
Binary110001010011011111000001110001111101100110101011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,155,224); }

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

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

 a { background-color: rgb(98,155,224); }

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

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

 span { border-color: rgb(98,155,224); }

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