Html Css Color HEX #2063CC Denim

📋 copy color: '#2063CC'

red 32 ◦ green 99 ◦ blue 204

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

Shades of Denim #2063CC

Tints of Denim #2063CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 9.55%
G = 29.55%
B = 60.9%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2063CC (or 0x2063CC) is known color: Denim. HEX triplet: 20, 63 and CC. RGB value is (32,99,204). Sum of RGB (Red+Green+Blue) = 32+99+204=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #2063CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2063CC is #DF9C33. Grayscale: #5A5A5A. Windows color (decimal): -14654516 or 13394720. OLE color: 13394720.

HSL color Cylindrical-coordinate representation of color #2063CC: hue angle of 216.63º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2063CC is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 99 204 -
CMYK 0.84 0.51 0 0.2
HSL 216.63º 0.73% 0.46% -
HSV(B) 216.63º 0.84% 0.8% -
XYZ 15.96 13.59 58.91 -
YUV 90.94 191.8 85.96 -
System Red Green Blue C M Y K H S L
Decimal 32 99 204 0.84 0.51 0 0.2 216.63 0.73 0.46
Hex 20 63 CC 54 33 0 14 D9 49 2E
Octal 40 143 314 124 63 0 24 331 111 56
Binary 100000 1100011 11001100 1010100 110011 0 10100 11011001 1001001 101110

Color Harmonies of #2063CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2063CC

Black with #2063CC

Text Example


Text Example

White with #2063CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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