Html Css Color HEX #628AED Cornflower Blue

📋 copy color: '#628AED'

red 98 ◦ green 138 ◦ blue 237

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

Shades of Cornflower Blue #628AED

Tints of Cornflower Blue #628AED

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.18%

 BLUE value IS 237 (92.97% from 255) = 50.11%

R = 20.72%
G = 29.18%
B = 50.11%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#628AED (or 0x628AED) is known color: Cornflower Blue. HEX triplet: 62, 8A and ED. RGB value is (98,138,237). Sum of RGB (Red+Green+Blue) = 98+138+237=473 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.72% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #628AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628AED is #9D7512. Grayscale: #888888. Windows color (decimal): -10319123 or 15567458. OLE color: 15567458.

HSL color Cylindrical-coordinate representation of color #628AED: hue angle of 222.73º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #628AED is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 138 237 -
CMYK 0.59 0.42 0 0.07
HSL 222.73º 0.79% 0.66% -
HSV(B) 222.73º 0.59% 0.93% -
XYZ 29.41 26.89 83.76 -
YUV 137.33 184.25 99.95 -
System Red Green Blue C M Y K H S L
Decimal 98 138 237 0.59 0.42 0 0.07 222.73 0.79 0.66
Hex 62 8A ED 3B 2A 0 7 DF 4F 42
Octal 142 212 355 73 52 0 7 337 117 102
Binary 1100010 10001010 11101101 111011 101010 0 111 11011111 1001111 1000010

Color Harmonies of #628AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628AED

Black with #628AED

Text Example


Text Example

White with #628AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,138,237); }

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

background-color css

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

 a { background-color: rgb(98,138,237); }

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

border-color css

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

 span { border-color: rgb(98,138,237); }

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