Html Css Color HEX #628DAC Air Force Blue

📋 copy color: '#628DAC'

red 98 ◦ green 141 ◦ blue 172

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

Shades of Air Force Blue #628DAC

Tints of Air Force Blue #628DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.31%

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 23.84%
G = 34.31%
B = 41.85%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#628DAC (or 0x628DAC) is known color: Air Force Blue. HEX triplet: 62, 8D and AC. RGB value is (98,141,172). Sum of RGB (Red+Green+Blue) = 98+141+172=411 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.84% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #628DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628DAC is #9D7253. Grayscale: #838383. Windows color (decimal): -10318420 or 11308386. OLE color: 11308386.

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

Color convert

RGB 98 141 172 -
CMYK 0.43 0.18 0 0.33
HSL 205.14º 0.31% 0.53% -
HSV(B) 205.14º 0.43% 0.67% -
XYZ 22.01 24.62 42.62 -
YUV 131.68 150.75 103.98 -
System Red Green Blue C M Y K H S L
Decimal 98 141 172 0.43 0.18 0 0.33 205.14 0.31 0.53
Hex 62 8D AC 2B 12 0 21 CD 1F 35
Octal 142 215 254 53 22 0 41 315 37 65
Binary 1100010 10001101 10101100 101011 10010 0 100001 11001101 11111 110101

Color Harmonies of #628DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628DAC

Black with #628DAC

Text Example


Text Example

White with #628DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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