Html Css Color HEX #629CDE Cornflower Blue

📋 copy color: '#629CDE'

red 98 ◦ green 156 ◦ blue 222

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

Shades of Cornflower Blue #629CDE

Tints of Cornflower Blue #629CDE

RGB

 RED value IS 98 (38.67% from 255) = 20.59%

 GREEN value IS 156 (61.33% from 255) = 32.77%

 BLUE value IS 222 (87.11% from 255) = 46.64%

R = 20.59%
G = 32.77%
B = 46.64%

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

#629CDE (or 0x629CDE) is known color: Cornflower Blue. HEX triplet: 62, 9C and DE. RGB value is (98,156,222). Sum of RGB (Red+Green+Blue) = 98+156+222=476 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.59% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #629CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629CDE is #9D6321. Grayscale: #919191. Windows color (decimal): -10314530 or 14589026. OLE color: 14589026.

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

Color convert

RGB 98 156 222 -
CMYK 0.56 0.30 0 0.13
HSL 211.94º 0.65% 0.63% -
HSV(B) 211.94º 0.56% 0.87% -
XYZ 30.11 31.65 73.63 -
YUV 146.18 170.78 93.63 -
System Red Green Blue C M Y K H S L
Decimal 98 156 222 0.56 0.30 0 0.13 211.94 0.65 0.63
Hex 62 9C DE 38 1E 0 D D4 41 3F
Octal 142 234 336 70 36 0 15 324 101 77
Binary 1100010 10011100 11011110 111000 11110 0 1101 11010100 1000001 111111

Color Harmonies of #629CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629CDE

Black with #629CDE

Text Example


Text Example

White with #629CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #629CDE;
 }
 .AnyTagClassName
 {
   color: #629CDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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