#628BB0

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

Shades of Air Force Blue #628BB0

Tints of Air Force Blue #628BB0

Color information

#628BB0 (or 0x628BB0) is unknown color: approx Air Force Blue. HEX triplet: 62, 8B and B0. RGB value is (98,139,176). Sum of RGB (Red+Green+Blue) = 98+139+176=413 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.73% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 176 - color contains mainly: blue. Hex color #628BB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628BB0 is #9D744F. Grayscale: #828282. Windows color (decimal): -10318928 or 11570018. OLE color: 11570018.

HSL color Cylindrical-coordinate representation of color #628BB0: hue angle of 208.46º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #628BB0 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB98139176-
CMYK0.440.2100.31
HSL208.46º33.05%53.73%-
HSV(B)208.46º44.32%69.02%-
XYZ22.1124.244.58-
YUV130.96153.42104.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.73%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 176 (69.14% from 255) = 42.62%
R=23.73%
G=33.66%
B=42.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981391760.440.2100.31208.4633.0553.73
Hex628BB02C1501Fd02136
Octal14221326054250373204166
Binary110001010001011101100001011001010101111111010000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,139,176); }

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

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

 a { background-color: rgb(98,139,176); }

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

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

 span { border-color: rgb(98,139,176); }

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