Html Css Color HEX #629DF2 Cornflower Blue

📋 copy color: '#629DF2'

red 98 ◦ green 157 ◦ blue 242

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

Shades of Cornflower Blue #629DF2

Tints of Cornflower Blue #629DF2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.59%

 BLUE value IS 242 (94.92% from 255) = 48.69%

R = 19.72%
G = 31.59%
B = 48.69%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#629DF2 (or 0x629DF2) is known color: Cornflower Blue. HEX triplet: 62, 9D and F2. RGB value is (98,157,242). Sum of RGB (Red+Green+Blue) = 98+157+242=497 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.72% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #629DF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629DF2 is #9D620D. Grayscale: #949494. Windows color (decimal): -10314254 or 15900002. OLE color: 15900002.

HSL color Cylindrical-coordinate representation of color #629DF2: hue angle of 215.42º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #629DF2 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 98 157 242 -
CMYK 0.60 0.35 0 0.05
HSL 215.42º 0.85% 0.67% -
HSV(B) 215.42º 0.6% 0.95% -
XYZ 33.12 33.12 88.65 -
YUV 149.05 180.45 91.59 -
System Red Green Blue C M Y K H S L
Decimal 98 157 242 0.60 0.35 0 0.05 215.42 0.85 0.67
Hex 62 9D F2 3C 23 0 5 D7 55 43
Octal 142 235 362 74 43 0 5 327 125 103
Binary 1100010 10011101 11110010 111100 100011 0 101 11010111 1010101 1000011

Color Harmonies of #629DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629DF2

Black with #629DF2

Text Example


Text Example

White with #629DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,157,242); }

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

background-color css

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

 a { background-color: rgb(98,157,242); }

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

border-color css

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

 span { border-color: rgb(98,157,242); }

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