Html Css Color HEX #628FAC Air Force Blue

📋 copy color: '#628FAC'

red 98 ◦ green 143 ◦ blue 172

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

Shades of Air Force Blue #628FAC

Tints of Air Force Blue #628FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.62%

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

R = 23.73%
G = 34.62%
B = 41.65%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#628FAC (or 0x628FAC) is known color: Air Force Blue. HEX triplet: 62, 8F and AC. RGB value is (98,143,172). Sum of RGB (Red+Green+Blue) = 98+143+172=413 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.73% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #628FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628FAC is #9D7053. Grayscale: #848484. Windows color (decimal): -10317908 or 11308898. OLE color: 11308898.

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

Color convert

RGB 98 143 172 -
CMYK 0.43 0.17 0 0.33
HSL 203.51º 0.31% 0.53% -
HSV(B) 203.51º 0.43% 0.67% -
XYZ 22.31 25.22 42.72 -
YUV 132.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 98 143 172 0.43 0.17 0 0.33 203.51 0.31 0.53
Hex 62 8F AC 2B 11 0 21 CC 1F 35
Octal 142 217 254 53 21 0 41 314 37 65
Binary 1100010 10001111 10101100 101011 10001 0 100001 11001100 11111 110101

Color Harmonies of #628FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628FAC

Black with #628FAC

Text Example


Text Example

White with #628FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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