Html Css Color HEX #628CE1 Cornflower Blue

📋 copy color: '#628CE1'

red 98 ◦ green 140 ◦ blue 225

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

Shades of Cornflower Blue #628CE1

Tints of Cornflower Blue #628CE1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.24%

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

R = 21.17%
G = 30.24%
B = 48.6%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#628CE1 (or 0x628CE1) is known color: Cornflower Blue. HEX triplet: 62, 8C and E1. RGB value is (98,140,225). Sum of RGB (Red+Green+Blue) = 98+140+225=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #628CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628CE1 is #9D731E. Grayscale: #888888. Windows color (decimal): -10318623 or 14781538. OLE color: 14781538.

HSL color Cylindrical-coordinate representation of color #628CE1: hue angle of 220.16º 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 #628CE1 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 98 140 225 -
CMYK 0.56 0.38 0 0.12
HSL 220.16º 0.68% 0.63% -
HSV(B) 220.16º 0.56% 0.88% -
XYZ 28.01 26.79 74.93 -
YUV 137.13 177.59 100.09 -
System Red Green Blue C M Y K H S L
Decimal 98 140 225 0.56 0.38 0 0.12 220.16 0.68 0.63
Hex 62 8C E1 38 26 0 C DC 44 3F
Octal 142 214 341 70 46 0 14 334 104 77
Binary 1100010 10001100 11100001 111000 100110 0 1100 11011100 1000100 111111

Color Harmonies of #628CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628CE1

Black with #628CE1

Text Example


Text Example

White with #628CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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