#628DB4

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

Shades of Air Force Blue #628DB4

Tints of Air Force Blue #628DB4

Color information

#628DB4 (or 0x628DB4) is unknown color: approx Air Force Blue. HEX triplet: 62, 8D and B4. RGB value is (98,141,180). Sum of RGB (Red+Green+Blue) = 98+141+180=419 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.39% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #628DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628DB4 is #9D724B. Grayscale: #848484. Windows color (decimal): -10318412 or 11832674. OLE color: 11832674.

HSL color Cylindrical-coordinate representation of color #628DB4: hue angle of 208.54º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #628DB4 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB98141180-
CMYK0.460.2200.29
HSL208.54º35.34%54.51%-
HSV(B)208.54º45.56%70.59%-
XYZ22.824.9446.79-
YUV132.59154.75103.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.39%
GREEN value IS 141 (55.47% from 255) = 33.65%
BLUE value IS 180 (70.70% from 255) = 42.96%
R=23.39%
G=33.65%
B=42.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal981411800.460.2200.29208.5435.3454.51
Hex628DB42E1601Dd12337
Octal14221526456260353214367
Binary110001010001101101101001011101011001110111010001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,141,180); }

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

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

 a { background-color: rgb(98,141,180); }

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

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

 span { border-color: rgb(98,141,180); }

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