Html Css Color HEX #628EAA Air Force Blue

📋 copy color: '#628EAA'

red 98 ◦ green 142 ◦ blue 170

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

Shades of Air Force Blue #628EAA

Tints of Air Force Blue #628EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.63%

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

R = 23.9%
G = 34.63%
B = 41.46%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#628EAA (or 0x628EAA) is known color: Air Force Blue. HEX triplet: 62, 8E and AA. RGB value is (98,142,170). Sum of RGB (Red+Green+Blue) = 98+142+170=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #628EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628EAA is #9D7155. Grayscale: #838383. Windows color (decimal): -10318166 or 11177570. OLE color: 11177570.

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

Color convert

RGB 98 142 170 -
CMYK 0.42 0.16 0 0.33
HSL 203.33º 0.3% 0.53% -
HSV(B) 203.33º 0.42% 0.67% -
XYZ 21.97 24.84 41.67 -
YUV 132.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 98 142 170 0.42 0.16 0 0.33 203.33 0.3 0.53
Hex 62 8E AA 2A 10 0 21 CB 1E 35
Octal 142 216 252 52 20 0 41 313 36 65
Binary 1100010 10001110 10101010 101010 10000 0 100001 11001011 11110 110101

Color Harmonies of #628EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628EAA

Black with #628EAA

Text Example


Text Example

White with #628EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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