Html Css Color HEX #629CE1 Cornflower Blue

📋 copy color: '#629CE1'

red 98 ◦ green 156 ◦ blue 225

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

Shades of Cornflower Blue #629CE1

Tints of Cornflower Blue #629CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.97%

R = 20.46%
G = 32.57%
B = 46.97%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#629CE1 (or 0x629CE1) is known color: Cornflower Blue. HEX triplet: 62, 9C and E1. RGB value is (98,156,225). Sum of RGB (Red+Green+Blue) = 98+156+225=479 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.46% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #629CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629CE1 is #9D631E. Grayscale: #929292. Windows color (decimal): -10314527 or 14785634. OLE color: 14785634.

HSL color Cylindrical-coordinate representation of color #629CE1: hue angle of 212.6º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #629CE1 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 98 156 225 -
CMYK 0.56 0.31 0 0.12
HSL 212.6º 0.68% 0.63% -
HSV(B) 212.6º 0.56% 0.88% -
XYZ 30.52 31.81 75.77 -
YUV 146.52 172.28 93.39 -
System Red Green Blue C M Y K H S L
Decimal 98 156 225 0.56 0.31 0 0.12 212.6 0.68 0.63
Hex 62 9C E1 38 1F 0 C D5 44 3F
Octal 142 234 341 70 37 0 14 325 104 77
Binary 1100010 10011100 11100001 111000 11111 0 1100 11010101 1000100 111111

Color Harmonies of #629CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629CE1

Black with #629CE1

Text Example


Text Example

White with #629CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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