Html Css Color HEX #2063BD Denim

📋 copy color: '#2063BD'

red 32 ◦ green 99 ◦ blue 189

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

Shades of Denim #2063BD

Tints of Denim #2063BD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

 BLUE value IS 189 (74.22% from 255) = 59.06%

R = 10%
G = 30.94%
B = 59.06%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2063BD (or 0x2063BD) is known color: Denim. HEX triplet: 20, 63 and BD. RGB value is (32,99,189). Sum of RGB (Red+Green+Blue) = 32+99+189=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #2063BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2063BD is #DF9C42. Grayscale: #585858. Windows color (decimal): -14654531 or 12411680. OLE color: 12411680.

HSL color Cylindrical-coordinate representation of color #2063BD: hue angle of 214.39º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2063BD is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 99 189 -
CMYK 0.83 0.48 0 0.26
HSL 214.39º 0.71% 0.43% -
HSV(B) 214.39º 0.83% 0.74% -
XYZ 14.24 12.9 49.88 -
YUV 89.23 184.3 87.18 -
System Red Green Blue C M Y K H S L
Decimal 32 99 189 0.83 0.48 0 0.26 214.39 0.71 0.43
Hex 20 63 BD 53 30 0 1A D6 47 2B
Octal 40 143 275 123 60 0 32 326 107 53
Binary 100000 1100011 10111101 1010011 110000 0 11010 11010110 1000111 101011

Color Harmonies of #2063BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2063BD

Black with #2063BD

Text Example


Text Example

White with #2063BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2063BD; }

 p { color: rgb(32,99,189); }

 H1.HeaderClassName
 {
   color: #2063BD;
 }
 .AnyTagClassName
 {
   color: #2063BD;
 }
</style>

background-color css

<style>
 a { background-color: #2063BD; }

 a { background-color: rgb(32,99,189); }

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

border-color css

<style>
 span { border-color: #2063BD; }

 span { border-color: rgb(32,99,189); }

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