Html Css Color HEX #638DB0 Air Force Blue

📋 copy color: '#638DB0'

red 99 ◦ green 141 ◦ blue 176

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

Shades of Air Force Blue #638DB0

Tints of Air Force Blue #638DB0

RGB

 RED value IS 99 (39.06% from 255) = 23.8%

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

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

R = 23.8%
G = 33.89%
B = 42.31%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#638DB0 (or 0x638DB0) is known color: Air Force Blue. HEX triplet: 63, 8D and B0. RGB value is (99,141,176). Sum of RGB (Red+Green+Blue) = 99+141+176=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 176 - color contains mainly: blue. Hex color #638DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638DB0 is #9C724F. Grayscale: #848484. Windows color (decimal): -10252880 or 11570531. OLE color: 11570531.

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

Color convert

RGB 99 141 176 -
CMYK 0.44 0.20 0 0.31
HSL 207.27º 0.33% 0.54% -
HSV(B) 207.27º 0.44% 0.69% -
XYZ 22.51 24.84 44.68 -
YUV 132.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 99 141 176 0.44 0.20 0 0.31 207.27 0.33 0.54
Hex 63 8D B0 2C 14 0 1F CF 21 36
Octal 143 215 260 54 24 0 37 317 41 66
Binary 1100011 10001101 10110000 101100 10100 0 11111 11001111 100001 110110

Color Harmonies of #638DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638DB0

Black with #638DB0

Text Example


Text Example

White with #638DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638DB0; }

 p { color: rgb(99,141,176); }

 H1.HeaderClassName
 {
   color: #638DB0;
 }
 .AnyTagClassName
 {
   color: #638DB0;
 }
</style>

background-color css

<style>
 a { background-color: #638DB0; }

 a { background-color: rgb(99,141,176); }

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

border-color css

<style>
 span { border-color: #638DB0; }

 span { border-color: rgb(99,141,176); }

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