Html Css Color HEX #629EEC Cornflower Blue

📋 copy color: '#629EEC'

red 98 ◦ green 158 ◦ blue 236

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

Shades of Cornflower Blue #629EEC

Tints of Cornflower Blue #629EEC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.11%

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

R = 19.92%
G = 32.11%
B = 47.97%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#629EEC (or 0x629EEC) is known color: Cornflower Blue. HEX triplet: 62, 9E and EC. RGB value is (98,158,236). Sum of RGB (Red+Green+Blue) = 98+158+236=492 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.92% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #629EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629EEC is #9D6113. Grayscale: #949494. Windows color (decimal): -10314004 or 15507042. OLE color: 15507042.

HSL color Cylindrical-coordinate representation of color #629EEC: hue angle of 213.91º 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 #629EEC is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 158 236 -
CMYK 0.58 0.33 0 0.07
HSL 213.91º 0.78% 0.65% -
HSV(B) 213.91º 0.58% 0.93% -
XYZ 32.4 33.11 84.04 -
YUV 148.95 177.12 91.66 -
System Red Green Blue C M Y K H S L
Decimal 98 158 236 0.58 0.33 0 0.07 213.91 0.78 0.65
Hex 62 9E EC 3A 21 0 7 D6 4E 41
Octal 142 236 354 72 41 0 7 326 116 101
Binary 1100010 10011110 11101100 111010 100001 0 111 11010110 1001110 1000001

Color Harmonies of #629EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629EEC

Black with #629EEC

Text Example


Text Example

White with #629EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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