Html Css Color HEX #658BB3 Air Force Blue

📋 copy color: '#658BB3'

red 101 ◦ green 139 ◦ blue 179

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

Shades of Air Force Blue #658BB3

Tints of Air Force Blue #658BB3

RGB

 RED value IS 101 (39.84% from 255) = 24.11%

 GREEN value IS 139 (54.69% from 255) = 33.17%

 BLUE value IS 179 (70.31% from 255) = 42.72%

R = 24.11%
G = 33.17%
B = 42.72%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#658BB3 (or 0x658BB3) is known color: Air Force Blue. HEX triplet: 65, 8B and B3. RGB value is (101,139,179). Sum of RGB (Red+Green+Blue) = 101+139+179=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 179 - color contains mainly: blue. Hex color #658BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658BB3 is #9A744C. Grayscale: #848484. Windows color (decimal): -10122317 or 11766629. OLE color: 11766629.

HSL color Cylindrical-coordinate representation of color #658BB3: hue angle of 210.77º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #658BB3 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 101 139 179 -
CMYK 0.44 0.22 0 0.30
HSL 210.77º 0.34% 0.55% -
HSV(B) 210.77º 0.44% 0.7% -
XYZ 22.74 24.49 46.18 -
YUV 132.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 101 139 179 0.44 0.22 0 0.30 210.77 0.34 0.55
Hex 65 8B B3 2C 16 0 1E D3 22 37
Octal 145 213 263 54 26 0 36 323 42 67
Binary 1100101 10001011 10110011 101100 10110 0 11110 11010011 100010 110111

Color Harmonies of #658BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658BB3

Black with #658BB3

Text Example


Text Example

White with #658BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658BB3; }

 p { color: rgb(101,139,179); }

 H1.HeaderClassName
 {
   color: #658BB3;
 }
 .AnyTagClassName
 {
   color: #658BB3;
 }
</style>

background-color css

<style>
 a { background-color: #658BB3; }

 a { background-color: rgb(101,139,179); }

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

border-color css

<style>
 span { border-color: #658BB3; }

 span { border-color: rgb(101,139,179); }

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