Html Css Color HEX #628ADC Cornflower Blue

📋 copy color: '#628ADC'

red 98 ◦ green 138 ◦ blue 220

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

Shades of Cornflower Blue #628ADC

Tints of Cornflower Blue #628ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 21.49%
G = 30.26%
B = 48.25%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#628ADC (or 0x628ADC) is known color: Cornflower Blue. HEX triplet: 62, 8A and DC. RGB value is (98,138,220). Sum of RGB (Red+Green+Blue) = 98+138+220=456 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.49% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #628ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628ADC is #9D7523. Grayscale: #878787. Windows color (decimal): -10319140 or 14453346. OLE color: 14453346.

HSL color Cylindrical-coordinate representation of color #628ADC: hue angle of 220.33º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #628ADC is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 138 220 -
CMYK 0.55 0.37 0 0.14
HSL 220.33º 0.64% 0.62% -
HSV(B) 220.33º 0.55% 0.86% -
XYZ 27.04 25.94 71.29 -
YUV 135.39 175.75 101.33 -
System Red Green Blue C M Y K H S L
Decimal 98 138 220 0.55 0.37 0 0.14 220.33 0.64 0.62
Hex 62 8A DC 37 25 0 E DC 40 3E
Octal 142 212 334 67 45 0 16 334 100 76
Binary 1100010 10001010 11011100 110111 100101 0 1110 11011100 1000000 111110

Color Harmonies of #628ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628ADC

Black with #628ADC

Text Example


Text Example

White with #628ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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