Html Css Color HEX #628FB0 Air Force Blue

📋 copy color: '#628FB0'

red 98 ◦ green 143 ◦ blue 176

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

Shades of Air Force Blue #628FB0

Tints of Air Force Blue #628FB0

RGB

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

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

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

R = 23.5%
G = 34.29%
B = 42.21%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#628FB0 (or 0x628FB0) is known color: Air Force Blue. HEX triplet: 62, 8F and B0. RGB value is (98,143,176). Sum of RGB (Red+Green+Blue) = 98+143+176=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 176 - color contains mainly: blue. Hex color #628FB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628FB0 is #9D704F. Grayscale: #858585. Windows color (decimal): -10317904 or 11571042. OLE color: 11571042.

HSL color Cylindrical-coordinate representation of color #628FB0: hue angle of 205.38º 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 #628FB0 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 98 143 176 -
CMYK 0.44 0.19 0 0.31
HSL 205.38º 0.33% 0.54% -
HSV(B) 205.38º 0.44% 0.69% -
XYZ 22.7 25.38 44.78 -
YUV 133.31 152.09 102.82 -
System Red Green Blue C M Y K H S L
Decimal 98 143 176 0.44 0.19 0 0.31 205.38 0.33 0.54
Hex 62 8F B0 2C 13 0 1F CD 21 36
Octal 142 217 260 54 23 0 37 315 41 66
Binary 1100010 10001111 10110000 101100 10011 0 11111 11001101 100001 110110

Color Harmonies of #628FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628FB0

Black with #628FB0

Text Example


Text Example

White with #628FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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