Html Css Color HEX #629CEC Cornflower Blue

📋 copy color: '#629CEC'

red 98 ◦ green 156 ◦ blue 236

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

Shades of Cornflower Blue #629CEC

Tints of Cornflower Blue #629CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 20%
G = 31.84%
B = 48.16%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#629CEC (or 0x629CEC) is known color: Cornflower Blue. HEX triplet: 62, 9C and EC. RGB value is (98,156,236). Sum of RGB (Red+Green+Blue) = 98+156+236=490 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #629CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629CEC is #9D6313. Grayscale: #939393. Windows color (decimal): -10314516 or 15506530. OLE color: 15506530.

HSL color Cylindrical-coordinate representation of color #629CEC: hue angle of 214.78º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #629CEC is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 156 236 -
CMYK 0.58 0.34 0 0.07
HSL 214.78º 0.78% 0.65% -
HSV(B) 214.78º 0.58% 0.93% -
XYZ 32.07 32.43 83.93 -
YUV 147.78 177.78 92.5 -
System Red Green Blue C M Y K H S L
Decimal 98 156 236 0.58 0.34 0 0.07 214.78 0.78 0.65
Hex 62 9C EC 3A 22 0 7 D7 4E 41
Octal 142 234 354 72 42 0 7 327 116 101
Binary 1100010 10011100 11101100 111010 100010 0 111 11010111 1001110 1000001

Color Harmonies of #629CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629CEC

Black with #629CEC

Text Example


Text Example

White with #629CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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