Html Css Color HEX #628BF2 Cornflower Blue

📋 copy color: '#628BF2'

red 98 ◦ green 139 ◦ blue 242

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

Shades of Cornflower Blue #628BF2

Tints of Cornflower Blue #628BF2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.02%

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

R = 20.46%
G = 29.02%
B = 50.52%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#628BF2 (or 0x628BF2) is known color: Cornflower Blue. HEX triplet: 62, 8B and F2. RGB value is (98,139,242). Sum of RGB (Red+Green+Blue) = 98+139+242=479 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.46% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #628BF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628BF2 is #9D740D. Grayscale: #8A8A8A. Windows color (decimal): -10318862 or 15895394. OLE color: 15895394.

HSL color Cylindrical-coordinate representation of color #628BF2: hue angle of 222.92º 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 #628BF2 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 98 139 242 -
CMYK 0.60 0.43 0 0.05
HSL 222.92º 0.85% 0.67% -
HSV(B) 222.92º 0.6% 0.95% -
XYZ 30.3 27.47 87.71 -
YUV 138.48 186.42 99.12 -
System Red Green Blue C M Y K H S L
Decimal 98 139 242 0.60 0.43 0 0.05 222.92 0.85 0.67
Hex 62 8B F2 3C 2B 0 5 DF 55 43
Octal 142 213 362 74 53 0 5 337 125 103
Binary 1100010 10001011 11110010 111100 101011 0 101 11011111 1010101 1000011

Color Harmonies of #628BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628BF2

Black with #628BF2

Text Example


Text Example

White with #628BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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