Html Css Color HEX #629BDE Cornflower Blue

📋 copy color: '#629BDE'

red 98 ◦ green 155 ◦ blue 222

#629BDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #629BDE

Tints of Cornflower Blue #629BDE

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 value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#629BDE (or 0x629BDE) is known color: 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

RGB 98 155 222 -
CMYK 0.56 0.30 0 0.13
HSL 212.42º 0.65% 0.63% -
HSV(B) 212.42º 0.56% 0.87% -
XYZ 29.94 31.31 73.57 -
YUV 145.6 171.12 94.05 -
System Red Green Blue C M Y K H S L
Decimal 98 155 222 0.56 0.30 0 0.13 212.42 0.65 0.63
Hex 62 9B DE 38 1E 0 D D4 41 3F
Octal 142 233 336 70 36 0 15 324 101 77
Binary 1100010 10011011 11011110 111000 11110 0 1101 11010100 1000001 111111

Color Harmonies of #629BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629BDE

Black with #629BDE

Text Example


Text Example

White with #629BDE

Text Example


Text Example

HTML Codes & Css Web 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>