#629BDE

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

Shades of Cornflower Blue #629BDE

Tints of Cornflower Blue #629BDE

Color information

#629BDE (or 0x629BDE) is unknown color: approx Cornflower Blue. HEX triplet: 62, 9B and DE. RGB value is (98,155,222). Sum of RGB (Red+Green+Blue) = 98+155+222=475 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.63% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #629BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629BDE is #9D6421. Grayscale: #919191. Windows color (decimal): -10314786 or 14588770. OLE color: 14588770.

HSL color Cylindrical-coordinate representation of color #629BDE: hue angle of 212.42º 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 #629BDE is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB98155222-
CMYK0.560.3000.13
HSL212.42º65.26%62.75%-
HSV(B)212.42º55.86%87.06%-
XYZ29.9431.3173.57-
YUV145.6171.1294.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.63%
GREEN value IS 155 (60.94% from 255) = 32.63%
BLUE value IS 222 (87.11% from 255) = 46.74%
R=20.63%
G=32.63%
B=46.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal981552220.560.3000.13212.4265.2662.75
Hex629BDE381E0Dd4413f
Octal142233336703601532410177
Binary110001010011011110111101110001111001101110101001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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