Html Css Color HEX #629FEF Cornflower Blue

📋 copy color: '#629FEF'

red 98 ◦ green 159 ◦ blue 239

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

Shades of Cornflower Blue #629FEF

Tints of Cornflower Blue #629FEF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.06%

 BLUE value IS 239 (93.75% from 255) = 48.19%

R = 19.76%
G = 32.06%
B = 48.19%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#629FEF (or 0x629FEF) is known color: Cornflower Blue. HEX triplet: 62, 9F and EF. RGB value is (98,159,239). Sum of RGB (Red+Green+Blue) = 98+159+239=496 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.76% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #629FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629FEF is #9D6010. Grayscale: #959595. Windows color (decimal): -10313745 or 15703906. OLE color: 15703906.

HSL color Cylindrical-coordinate representation of color #629FEF: hue angle of 214.04º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #629FEF is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 98 159 239 -
CMYK 0.59 0.33 0 0.06
HSL 214.04º 0.82% 0.66% -
HSV(B) 214.04º 0.59% 0.94% -
XYZ 33.02 33.62 86.41 -
YUV 149.88 178.29 91 -
System Red Green Blue C M Y K H S L
Decimal 98 159 239 0.59 0.33 0 0.06 214.04 0.82 0.66
Hex 62 9F EF 3B 21 0 6 D6 52 42
Octal 142 237 357 73 41 0 6 326 122 102
Binary 1100010 10011111 11101111 111011 100001 0 110 11010110 1010010 1000010

Color Harmonies of #629FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629FEF

Black with #629FEF

Text Example


Text Example

White with #629FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,159,239); }

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

background-color css

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

 a { background-color: rgb(98,159,239); }

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

border-color css

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

 span { border-color: rgb(98,159,239); }

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