Html Css Color HEX #629BF5 Cornflower Blue

📋 copy color: '#629BF5'

red 98 ◦ green 155 ◦ blue 245

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

Shades of Cornflower Blue #629BF5

Tints of Cornflower Blue #629BF5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.12%

 BLUE value IS 245 (96.09% from 255) = 49.2%

R = 19.68%
G = 31.12%
B = 49.2%

CMYK

 C value IS 0.6

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#629BF5 (or 0x629BF5) is known color: Cornflower Blue. HEX triplet: 62, 9B and F5. RGB value is (98,155,245). Sum of RGB (Red+Green+Blue) = 98+155+245=498 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.68% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 245 - color contains mainly: blue. Hex color #629BF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629BF5 is #9D640A. Grayscale: #939393. Windows color (decimal): -10314763 or 16096098. OLE color: 16096098.

HSL color Cylindrical-coordinate representation of color #629BF5: hue angle of 216.73º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #629BF5 is Cyan = 0.6, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 98 155 245 -
CMYK 0.6 0.37 0 0.04
HSL 216.73º 0.88% 0.67% -
HSV(B) 216.73º 0.6% 0.96% -
XYZ 33.24 32.63 90.93 -
YUV 148.22 182.62 92.18 -
System Red Green Blue C M Y K H S L
Decimal 98 155 245 0.6 0.37 0 0.04 216.73 0.88 0.67
Hex 62 9B F5 3C 25 0 4 D9 58 43
Octal 142 233 365 74 45 0 4 331 130 103
Binary 1100010 10011011 11110101 111100 100101 0 100 11011001 1011000 1000011

Color Harmonies of #629BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629BF5

Black with #629BF5

Text Example


Text Example

White with #629BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,155,245); }

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

background-color css

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

 a { background-color: rgb(98,155,245); }

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

border-color css

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

 span { border-color: rgb(98,155,245); }

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