#628FAA

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

Shades of Air Force Blue #628FAA

Tints of Air Force Blue #628FAA

Color information

#628FAA (or 0x628FAA) is unknown color: approx Air Force Blue. HEX triplet: 62, 8F and AA. RGB value is (98,143,170). Sum of RGB (Red+Green+Blue) = 98+143+170=411 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.84% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #628FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628FAA is #9D7055. Grayscale: #848484. Windows color (decimal): -10317910 or 11177826. OLE color: 11177826.

HSL color Cylindrical-coordinate representation of color #628FAA: hue angle of 202.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #628FAA is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98143170-
CMYK0.420.1600.33
HSL202.5º29.75%52.55%-
HSV(B)202.5º42.35%66.67%-
XYZ22.1225.1441.72-
YUV132.62149.09103.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.84%
GREEN value IS 143 (56.25% from 255) = 34.79%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=23.84%
G=34.79%
B=41.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981431700.420.1600.33202.529.7552.55
Hex628FAA2A10021ca1e35
Octal14221725252200413123665
Binary110001010001111101010101010101000001000011100101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,143,170); }

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

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

 a { background-color: rgb(98,143,170); }

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

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

 span { border-color: rgb(98,143,170); }

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