Html Css Color HEX #628AB0 Air Force Blue

📋 copy color: '#628AB0'

red 98 ◦ green 138 ◦ blue 176

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

Shades of Air Force Blue #628AB0

Tints of Air Force Blue #628AB0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.5%

 BLUE value IS 176 (69.14% from 255) = 42.72%

R = 23.79%
G = 33.5%
B = 42.72%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#628AB0 (or 0x628AB0) is known color: Air Force Blue. HEX triplet: 62, 8A and B0. RGB value is (98,138,176). Sum of RGB (Red+Green+Blue) = 98+138+176=412 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.79% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 176 - color contains mainly: blue. Hex color #628AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628AB0 is #9D754F. Grayscale: #828282. Windows color (decimal): -10319184 or 11569762. OLE color: 11569762.

HSL color Cylindrical-coordinate representation of color #628AB0: hue angle of 209.23º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #628AB0 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 98 138 176 -
CMYK 0.44 0.22 0 0.31
HSL 209.23º 0.33% 0.54% -
HSV(B) 209.23º 0.44% 0.69% -
XYZ 21.96 23.91 44.53 -
YUV 130.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 98 138 176 0.44 0.22 0 0.31 209.23 0.33 0.54
Hex 62 8A B0 2C 16 0 1F D1 21 36
Octal 142 212 260 54 26 0 37 321 41 66
Binary 1100010 10001010 10110000 101100 10110 0 11111 11010001 100001 110110

Color Harmonies of #628AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628AB0

Black with #628AB0

Text Example


Text Example

White with #628AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,138,176); }

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

background-color css

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

 a { background-color: rgb(98,138,176); }

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

border-color css

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

 span { border-color: rgb(98,138,176); }

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