Html Css Color HEX #2008BB Medium Blue

📋 copy color: '#2008BB'

red 32 ◦ green 8 ◦ blue 187

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

Shades of Medium Blue #2008BB

Tints of Medium Blue #2008BB

RGB

 RED value IS 32 (12.89% from 255) = 14.1%

 GREEN value IS 8 (3.52% from 255) = 3.52%

 BLUE value IS 187 (73.44% from 255) = 82.38%

R = 14.1%
G = 3.52%
B = 82.38%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2008BB (or 0x2008BB) is known color: Medium Blue. HEX triplet: 20, 08 and BB. RGB value is (32,8,187). Sum of RGB (Red+Green+Blue) = 32+8+187=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 187 (73.44% from 255 or 82.38% from 227); Max value from RGB is 187 - color contains mainly: blue. Hex color #2008BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2008BB is #DFF744. Grayscale: #222222. Windows color (decimal): -14677829 or 12257312. OLE color: 12257312.

HSL color Cylindrical-coordinate representation of color #2008BB: hue angle of 248.04º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2008BB is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 8 187 -
CMYK 0.83 0.96 0 0.27
HSL 248.04º 0.92% 0.38% -
HSV(B) 248.04º 0.96% 0.73% -
XYZ 9.65 4.07 47.29 -
YUV 35.58 213.45 125.45 -
System Red Green Blue C M Y K H S L
Decimal 32 8 187 0.83 0.96 0 0.27 248.04 0.92 0.38
Hex 20 8 BB 53 60 0 1B F8 5C 26
Octal 40 10 273 123 140 0 33 370 134 46
Binary 100000 1000 10111011 1010011 1100000 0 11011 11111000 1011100 100110

Color Harmonies of #2008BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2008BB

Black with #2008BB

Text Example


Text Example

White with #2008BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2008BB; }

 p { color: rgb(32,8,187); }

 H1.HeaderClassName
 {
   color: #2008BB;
 }
 .AnyTagClassName
 {
   color: #2008BB;
 }
</style>

background-color css

<style>
 a { background-color: #2008BB; }

 a { background-color: rgb(32,8,187); }

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

border-color css

<style>
 span { border-color: #2008BB; }

 span { border-color: rgb(32,8,187); }

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