Html Css Color HEX #658DB3 Air Force Blue

📋 copy color: '#658DB3'

red 101 ◦ green 141 ◦ blue 179

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

Shades of Air Force Blue #658DB3

Tints of Air Force Blue #658DB3

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.49%

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

R = 23.99%
G = 33.49%
B = 42.52%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#658DB3 (or 0x658DB3) is known color: Air Force Blue. HEX triplet: 65, 8D and B3. RGB value is (101,141,179). Sum of RGB (Red+Green+Blue) = 101+141+179=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 179 - color contains mainly: blue. Hex color #658DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658DB3 is #9A724C. Grayscale: #858585. Windows color (decimal): -10121805 or 11767141. OLE color: 11767141.

HSL color Cylindrical-coordinate representation of color #658DB3: hue angle of 209.23º 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 #658DB3 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 101 141 179 -
CMYK 0.44 0.21 0 0.30
HSL 209.23º 0.34% 0.55% -
HSV(B) 209.23º 0.44% 0.7% -
XYZ 23.03 25.07 46.27 -
YUV 133.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 101 141 179 0.44 0.21 0 0.30 209.23 0.34 0.55
Hex 65 8D B3 2C 15 0 1E D1 22 37
Octal 145 215 263 54 25 0 36 321 42 67
Binary 1100101 10001101 10110011 101100 10101 0 11110 11010001 100010 110111

Color Harmonies of #658DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658DB3

Black with #658DB3

Text Example


Text Example

White with #658DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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