#628AD8

Color #628AD8 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #628AD8

Tints of Cornflower Blue #628AD8

Color information

#628AD8 (or 0x628AD8) is unknown color: approx Cornflower Blue. HEX triplet: 62, 8A and D8. RGB value is (98,138,216). Sum of RGB (Red+Green+Blue) = 98+138+216=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #628AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628AD8 is #9D7527. Grayscale: #868686. Windows color (decimal): -10319144 or 14191202. OLE color: 14191202.

HSL color Cylindrical-coordinate representation of color #628AD8: hue angle of 219.66º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #628AD8 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB98138216-
CMYK0.550.3600.15
HSL219.66º60.2%61.57%-
HSV(B)219.66º54.63%84.71%-
XYZ26.5225.7368.53-
YUV134.93173.75101.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.68%
GREEN value IS 138 (54.30% from 255) = 30.53%
BLUE value IS 216 (84.77% from 255) = 47.79%
R=21.68%
G=30.53%
B=47.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal981382160.550.3600.15219.6660.261.57
Hex628AD837240Fdc3c3e
Octal14221233067440173347476
Binary110001010001010110110001101111001000111111011100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #628AD8;
 }
 .AnyTagClassName
 {
   color: #628AD8;
 }
</style>
background-color css

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

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

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

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

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

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