Html Css Color HEX #629CE0 Cornflower Blue

📋 copy color: '#629CE0'

red 98 ◦ green 156 ◦ blue 224

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

Shades of Cornflower Blue #629CE0

Tints of Cornflower Blue #629CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.86%

R = 20.5%
G = 32.64%
B = 46.86%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#629CE0 (or 0x629CE0) is known color: Cornflower Blue. HEX triplet: 62, 9C and E0. RGB value is (98,156,224). Sum of RGB (Red+Green+Blue) = 98+156+224=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #629CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629CE0 is #9D631F. Grayscale: #929292. Windows color (decimal): -10314528 or 14720098. OLE color: 14720098.

HSL color Cylindrical-coordinate representation of color #629CE0: hue angle of 212.38º degrees, saturation: 0.67, 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 #629CE0 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 98 156 224 -
CMYK 0.56 0.30 0 0.12
HSL 212.38º 0.67% 0.63% -
HSV(B) 212.38º 0.56% 0.88% -
XYZ 30.38 31.76 75.05 -
YUV 146.41 171.78 93.47 -
System Red Green Blue C M Y K H S L
Decimal 98 156 224 0.56 0.30 0 0.12 212.38 0.67 0.63
Hex 62 9C E0 38 1E 0 C D4 43 3F
Octal 142 234 340 70 36 0 14 324 103 77
Binary 1100010 10011100 11100000 111000 11110 0 1100 11010100 1000011 111111

Color Harmonies of #629CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629CE0

Black with #629CE0

Text Example


Text Example

White with #629CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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