#628ADB

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

Shades of Cornflower Blue #628ADB

Tints of Cornflower Blue #628ADB

Color information

#628ADB (or 0x628ADB) is unknown color: approx Cornflower Blue. HEX triplet: 62, 8A and DB. RGB value is (98,138,219). Sum of RGB (Red+Green+Blue) = 98+138+219=455 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.54% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #628ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628ADB is #9D7524. Grayscale: #868686. Windows color (decimal): -10319141 or 14387810. OLE color: 14387810.

HSL color Cylindrical-coordinate representation of color #628ADB: hue angle of 220.17º degrees, saturation: 0.63, 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 #628ADB is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB98138219-
CMYK0.550.3700.14
HSL220.17º62.69%62.16%-
HSV(B)220.17º55.25%85.88%-
XYZ26.9125.8970.6-
YUV135.27175.25101.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.54%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 219 (85.94% from 255) = 48.13%
R=21.54%
G=30.33%
B=48.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal981382190.550.3700.14220.1762.6962.16
Hex628ADB37250Edc3f3e
Octal14221233367450163347776
Binary110001010001010110110111101111001010111011011100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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