Html Css Color HEX #628FAA Air Force Blue

📋 copy color: '#628FAA'

red 98 ◦ green 143 ◦ blue 170

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

Shades of Air Force Blue #628FAA

Tints of Air Force Blue #628FAA

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.8% from 255) = 41.36%

R = 23.84%
G = 34.79%
B = 41.36%

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

#628FAA (or 0x628FAA) is known color: 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

RGB 98 143 170 -
CMYK 0.42 0.16 0 0.33
HSL 202.5º 0.3% 0.53% -
HSV(B) 202.5º 0.42% 0.67% -
XYZ 22.12 25.14 41.72 -
YUV 132.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 98 143 170 0.42 0.16 0 0.33 202.5 0.3 0.53
Hex 62 8F AA 2A 10 0 21 CA 1E 35
Octal 142 217 252 52 20 0 41 312 36 65
Binary 1100010 10001111 10101010 101010 10000 0 100001 11001010 11110 110101

Color Harmonies of #628FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628FAA

Black with #628FAA

Text Example


Text Example

White with #628FAA

Text Example


Text Example

HTML Codes & Css Web 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>