Html Css Color HEX #628BAA Air Force Blue

📋 copy color: '#628BAA'

red 98 ◦ green 139 ◦ blue 170

#628BAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #628BAA

Tints of Air Force Blue #628BAA

RGB

 RED value IS 98 (38.67% from 255) = 24.08%

 GREEN value IS 139 (54.69% from 255) = 34.15%

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 24.08%
G = 34.15%
B = 41.77%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#628BAA (or 0x628BAA) is known color: Air Force Blue. HEX triplet: 62, 8B and AA. RGB value is (98,139,170). Sum of RGB (Red+Green+Blue) = 98+139+170=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #628BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628BAA is #9D7455. Grayscale: #828282. Windows color (decimal): -10318934 or 11176802. OLE color: 11176802.

HSL color Cylindrical-coordinate representation of color #628BAA: hue angle of 205.83º 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 #628BAA is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 139 170 -
CMYK 0.42 0.18 0 0.33
HSL 205.83º 0.3% 0.53% -
HSV(B) 205.83º 0.42% 0.67% -
XYZ 21.53 23.96 41.52 -
YUV 130.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 98 139 170 0.42 0.18 0 0.33 205.83 0.3 0.53
Hex 62 8B AA 2A 12 0 21 CE 1E 35
Octal 142 213 252 52 22 0 41 316 36 65
Binary 1100010 10001011 10101010 101010 10010 0 100001 11001110 11110 110101

Color Harmonies of #628BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628BAA

Black with #628BAA

Text Example


Text Example

White with #628BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #628BAA;
 }
 .AnyTagClassName
 {
   color: #628BAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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